mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
7 lines
105 B
C
7 lines
105 B
C
#include <sys/types.h>
|
|
#include <unistd.h>
|
|
|
|
int main(int argc, char ** argv) {
|
|
pid_t pid = getpid();
|
|
}
|