view src/ploki/main_io.h @ 6267:95a161d66971

<tswett> echo \'They have made their last mistake. Punish them.\' > evil/960
author HackBot
date Thu, 26 Nov 2015 16:36:28 +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_ */