view src/ploki/main_io.h @ 9597:ece614dcd8b6

<shachaf> learn Testing
author HackBot
date Tue, 01 Nov 2016 07:31:10 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef MAIN_IO_H_
#define MAIN_IO_H_

#include "IO.h"

extern IO *In, *Out, *Err;

#endif /* MAIN_IO_H_ */