8 lines
62 B
C
8 lines
62 B
C
![]() |
#ifndef PRINT_H
|
||
|
#define PRINT_H
|
||
|
|
||
|
|
||
|
void putchar(char);
|
||
|
|
||
|
#endif
|