view src/ploki/main_io.h @ 9546:5850492cdbd6

<int-e> learn Keming is a text compression scheme popular in Word processors.
author HackBot
date Sun, 30 Oct 2016 11:20:08 +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_ */