2023-01-31 13:17:22 +04:00

5 lines
73 B
C

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