rulimine/stage23/console.h

7 lines
73 B
C

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