home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume4 / uemacs / part4 / sys / atari / spawn.c < prev    next >
Encoding:
C/C++ Source or Header  |  1986-11-30  |  423 b   |  22 lines

  1. /*
  2.  * Name:    MicroEMACS
  3.  *        Atari 520ST CLI spawn.
  4.  * Version:    30
  5.  * Last edit:    22-Feb-86
  6.  * By:        rex::conroy
  7.  *        decvax!decwrl!dec-rhea!dec-rex!conroy
  8.  */
  9. #include    "def.h"
  10.  
  11. /*
  12.  * Spawn CLI. Since MicroEMACS wants to hold
  13.  * a lot of memory, this may never be made to work right
  14.  * in GEMDOS. On the other hand, it sure would be a
  15.  * nice thing to have.
  16.  */
  17. spawncli(f, n, k)
  18. {
  19.     eprintf("Not in GEMDOS");
  20.     return (FALSE);
  21. }
  22.