bringelle/src/utils/print.h

8 lines
62 B
C
Raw Normal View History

2021-04-04 11:19:55 +02:00
#ifndef PRINT_H
#define PRINT_H
void putchar(char);
#endif