home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 316 / libsrc / getpid.c < prev    next >
Encoding:
Text File  |  1988-10-20  |  87 b   |  9 lines

  1.  
  2. /* this is, of course, complete bullshit */
  3.  
  4. int getpid()
  5. {
  6.   return(999);
  7. }
  8.  
  9.