home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / FSGFX.ZIP / MYPROC.H < prev    next >
C/C++ Source or Header  |  1990-03-03  |  127b  |  5 lines

  1. /* myproc.h */
  2. /* my process extensions for OS/2 and threads */
  3.  
  4. extern int spawnthread(int *threadid, void (*fxn)(void));
  5.