home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-11-29 | 292 b | 15 lines | [TEXT/MPS ] |
- // ©1992 Conrad Carlen & Manuel Veloso. All rights reserved.
- #ifndef _PREPROCESS_
- #define _PREPROCESS_
-
- #ifdef __cplusplus
- extern "C"
- {
- #endif
- short preprocessRead(char *buffer, short count, char *compare);
- short preprocessWrite(char *buffer, short count);
- #ifdef __cplusplus
- }
- #endif
- #endif
-