5 lines
91 B
C
5 lines
91 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
void proc_terminate_current_process(uint32_t exit_code); |