Untitled
Anonymous
plain_text
01/25/2025 3:45 AM
164 B
19
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
#include <unistd.h>
#include <stdio.h>
int main() {
pid_t ppid = getppid();
printf("%d\n", ppid);
return 0;
}