home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / Editors / emacs / Emacs-1.14b1-sources / sources / utility-src / ispell / extras.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-03  |  85 b   |  14 lines  |  [TEXT/KAHL]

  1. #include "vfork.h"
  2.  
  3. int
  4. fork()
  5. {
  6.     return vfork();
  7. }
  8.  
  9. int
  10. execlp(...)
  11. {
  12.     return -1;
  13. }
  14.