6 lines
70 B
C
6 lines
70 B
C
#ifndef CONSOLE_H__
|
|
#define CONSOLE_H__
|
|
|
|
void consputc(int c);
|
|
|
|
#endif |