1: /*
   2: 	This is a program to run phantasia
   3: 
   4: 	David Wells, May, 1986
   5: */
   6: 
   7: main(argc, argv)
   8:     int argc;
   9:     char **argv;
  10: {
  11:     char tmp[160];
  12:     strcat(tmp,"exec nice /usr/games/lib/phantasia/phantasia ");
  13:     if (argc > 1)
  14:         strcat(tmp,argv[1]);
  15:     system(tmp);
  16: }

Defined functions

main defined in line 7; never used
Last modified: 1986-05-13
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 2153
Valid CSS Valid XHTML 1.0 Strict