Untitled

 avatar
unknown
plain_text
23 days ago
121 B
3
Indexable
#include <unistd.h> 
#include <stdio.h> 
int main() { 
pid_t ppid = getppid(); 
printf("%d\n", ppid); 
return 0; 
}
Editor is loading...
Leave a Comment