view src/ploki/main_io.h @ 7405:1cab662616fb

<b_jonas> learn wisdom.pdf is https://dl.dropboxusercontent.com/u/2023808/wisdom.pdf
author HackBot
date Sun, 17 Apr 2016 19:10:20 +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_ */