view src/ploki/main_io.h @ 12469:95b1dbd81180 draft

<b_jonas> slashlearn password//The password of the month is non-(mint-flavored) dental floss.
author HackEso <hackeso@esolangs.org>
date Tue, 03 Jan 2023 18:49:58 +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_ */