#include int main(int argc,char **argv) { fprintf(stderr, "child.c : About To Exit NonZero...\n"); exit(33); }