home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / source / s1 / exit.c < prev    next >
Encoding:
C/C++ Source or Header  |  1975-05-13  |  53 b   |  6 lines

  1. /* exit -- end runcom */
  2.  
  3. main() {
  4.     seek(0, 0, 2);
  5. }
  6.