1:
2: static char sccsid[] = " chess.c 4.1 82/10/24 ";
3:
4: #include <stdio.h>
5: main()
6: {
7: execl("/usr/games/lib/compat", "chess", "/usr/games/lib/chess", 0);
8: execl("/usr/games/DUNGEON", "chess", "/usr/games/lib/chess", 0);
9: printf(stderr, "Sorry, not today\n");
10: exit(1);
11: }
Defined functions
main
defined in line
5;
never used
Defined variables
sccsid
defined in line
2;
never used