home *** CD-ROM | disk | FTP | other *** search
- /*******************************************************************************
- * SCL1HUGE.H - funcions prototypes using HUGE data type *
- * SCL1 library version 2.1 *
- * Copyright (C) 1990 by José Rodríguez Alvira & José R. Lebrón *
- *******************************************************************************/
-
-
- int cdecl HFile2Buf(char *Filename,char huge *Buffer,unsigned long *MaxSize);
- int cdecl HBuf2Disk(char* Filename,char huge *Buffer,unsigned long Bytes);
- char far * cdecl Huge2Far(char huge *hugeptr);