5 lines
73 B
C
Raw Normal View History

#pragma once
void run_elf(const char* name);
_Noreturn void killproc();