#include #include int main(int argc, char **argv) { fork(); sleep(10); /* both parent and child */ }