1 2 3 4
#pragma once void thread_create(int flags, void (*fn)(void*), void *arg); _Noreturn void chstack(void *arg, void (*fn)(void*), void *esp);