view src/ploki/main_io.h @ 4571:ddc7a3effa9a

<oerjan> pastequotes fizzie
author HackBot
date Tue, 15 Apr 2014 12:23:48 +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_ */