home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / opp16f_zip / INCLUDE / SDK / COMMAN.OPH < prev    next >
Encoding:
Text File  |  1995-12-21  |  240 b   |  17 lines

  1. #define COMMAN_OPH
  2.  
  3. #ifndef OLIB_OPH
  4. #include <sdk\olib>
  5. #endif
  6.  
  7. /* Constants for comman */
  8.  
  9. #define BREAK_LINE_FOLLOWS 0x80
  10. #define PURE_COM_ID 0x7f
  11.  
  12. /* Property of comman */
  13.  
  14. STRUCT PR_COMMAN
  15.     root#(SIZEOF(PRS_ROOT))
  16. ENDS
  17.