rulimine/stage23/console.h
2021-10-31 22:07:18 +01:00

7 lines
73 B
C

#ifndef __CONSOLE_H__
#define __CONSOLE_H__
void console(void);
#endif