view src/ploki/main_io.h @ 6180:24d773fb3f86

<oerjan> ` sed -i \'2ctr A-Z a-z\' bin/lowercase
author HackBot
date Tue, 03 Nov 2015 23:55:44 +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_ */