home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / utilsf / lex / BACCESS.LEX next >
Text File  |  1991-06-03  |  1KB  |  28 lines

  1. /***************************************************************************/
  2. /*                      OPLLINT LANGUAGE EXTENSION FILE                    */
  3. /*                                                                         */
  4. /*  File:       BACCESS.LEX                                                */
  5. /*  Contains:   Binary File Access Language Extensions                     */
  6. /*                                                                         */
  7. /*  05/11/90  SJE  Created                                                 */
  8. /*  20/12/90  SJE  Updated for V2.00                                       */
  9. /*                                                                         */
  10. /*                                             Copyright PSION UK plc 1990 */
  11. /***************************************************************************/
  12.  
  13. bcreate%:(lfc%,fname$,ftype%,fsize)
  14. bopen%:(lfc%,fname$,ftype%)
  15. bread$:(lfc%,len%,...)
  16. bwrite%:(lfc%,data$,...)
  17. bmwrite%:(lfc%,data$,...)
  18. bsetad%:(lfc%,address)
  19. bgetad:(lfc%)
  20. bsiz:(lfc%)
  21. bclose%:(lfc%)
  22. bdelete%:(fname$,ftype%)
  23. bexist$:(fname$,ftype%)
  24. bsetdev%:(device$)
  25. bremove:
  26. baccver%:
  27.  
  28.