1 2 3 4 5 6 7
#pragma once #include <shared/mem.h> #include <stddef.h> extern int __stdin, __stdout; int printf(const char *fmt, ...);