view src/ploki/main_io.h @ 10526:5f912ad8cf91

<shachaf> swrjan s.ty.witty &.
author HackBot
date Mon, 27 Mar 2017 00:45:38 +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_ */