#include "nox/stdio.h" void _start() { printf("hello libc"); while(1) asm("hlt"); }