#include #include #include int main(int argc, char *argv[]) { fprintf(stderr, "My pid is: %d.\n", getpid()); return 1; }