home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
pascal.zip
/
stackman
/
stackman.h
< prev
next >
Wrap
Text File
|
1995-10-29
|
139b
|
12 lines
#ifndef STACKMAN_H
#define STACKMAN_H
/*
* prototyping for the stack machine
*/
int RunStackMachine( void );
#endif