home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pascal.zip / stackman / stackman.h < prev    next >
Text File  |  1995-10-29  |  139b  |  12 lines

  1. #ifndef STACKMAN_H
  2.  
  3.     #define STACKMAN_H
  4.     
  5.     /*
  6.      * prototyping for the stack machine
  7.      */
  8.     int RunStackMachine( void );
  9.  
  10. #endif
  11.  
  12.