12#include <conio/conio.h>
18#define fprintf(a, fmt, args...) conio_printf(fmt, ## args)
19#define printf(fmt, args...) ({ conio_printf(fmt, ## args); })
20#define fgets(buf, len, a) ({ conio_input_getline(1, buf, len); 1; })
22#define srandom(a) ({ })
23#define err(a, b...) ({ })
24#define errx(a, b...) ({ })
Include everything KOS has to offer!
int getchar(void)
Definition porthelper.c:14
Basic sys/stdio.h file from newlib.
KOS-implementation of select POSIX extensions.
Variants on standard block memory copy/set functions.