#include #include int main (void) { int result = system("xclock &; xclock -digital &"); printf("system return %d\n", result); return 0 ; }