view src/ploki/main_io.h @ 9228:620debaf6eeb

<oerjan> slwd ../test//1ahi
author HackBot
date Mon, 10 Oct 2016 23:49:25 +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_ */