home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Developer / PAPTool / Preprocess.h < prev    next >
Encoding:
Text File  |  1992-11-29  |  292 b   |  15 lines  |  [TEXT/MPS ]

  1. //    ©1992 Conrad Carlen & Manuel Veloso. All rights reserved.
  2. #ifndef _PREPROCESS_
  3. #define _PREPROCESS_
  4.  
  5. #ifdef __cplusplus
  6. extern "C"
  7. {
  8. #endif
  9. short preprocessRead(char *buffer, short count, char *compare);
  10. short preprocessWrite(char *buffer, short count);
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif
  15.