#include int main(int argc, char *argv[]) { printf("childproc: argc == %d!\n", argc); return 0; }