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