2022-12-14 17:10:34 +03:00

5 lines
73 B
C

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