#include int main () { printf("System call to 'dict'\n"); system("dict superflous"); printf("\nSystem call to 'time'"); system("time"); }