home *** CD-ROM | disk | FTP | other *** search
- *******************************************************************************
- * defs v1.2.1
- *******************************************************************************
-
- *******************************************************************************
- * exec_lib
-
- _LVOAllocMem = -198
- _LVOFreeMem = -210
- _LVOAvailMem = -216
- _LVOCloseLibrary = -414
- _LVOOpenLibrary = -552
-
- *******************************************************************************
- * dos_lib
-
- _LVOOpen = -30
- _LVOClose = -36
- _LVORead = -42
- _LVOWrite = -48
- _LVOOutPut = -60
- _LVOExamineFH = -390
-
- *******************************************************************************
- * misc OS constants
-
- fib_Size = 124
- MODE_OLDFILE = 1005
- MODE_NEWFILE = 1006
- MEMF_LARGEST = 1<<17
-
- *******************************************************************************
- * internal
-
- MAXCHNKSNMB = 10000
-
- F_QUIETMODE = 0 ;0=OFF; 1=ON
- F_SOUFILEFND = 1 ;0=not found; 1=found
- F_DSTBASEFND = 2 ;0=not found; 1=found
-
- E_LOWMEM = 1 ;low memory
- E_SOUFLE = 2 ;can't open input file
- E_CHNKSZ = 3 ;wrong chunk size
- E_DSTFLE = 4 ;can't write to output file
- E_CHNKNB = 5 ;max 10000 chunks
-