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

  1. #define VARES_OPH
  2.  
  3. #ifndef VARRAY_OPH
  4. #include <sdk\varray>
  5. #endif
  6.  
  7. /* Property of vares */
  8.  
  9. STRUCT PRS_VARES
  10.     data%
  11. ENDS
  12.  
  13. STRUCT PR_VARES
  14.     root#(SIZEOF(PRS_ROOT))
  15.     varoot#(SIZEOF(PRS_VAROOT))
  16.     vares#(SIZEOF(PRS_VARES))
  17. ENDS
  18.