1 2 3 4 5 6 7
#include <stdint.h> #include <tasks/process.h> u32 sys_get_pid() { return current_proc->pid; }