home *** CD-ROM | disk | FTP | other *** search
/ POINT Software Programming / PPROG1.ISO / c / sclib31 / scl1huge.h < prev    next >
Text File  |  1991-12-31  |  618b  |  11 lines

  1. /*******************************************************************************
  2. *        SCL1HUGE.H - funcions prototypes using HUGE data type                 *
  3. *                          SCL1 library version 2.1                            *
  4. *          Copyright (C) 1990 by José Rodríguez Alvira & José R. Lebrón        *
  5. *******************************************************************************/
  6.  
  7.  
  8. int cdecl HFile2Buf(char *Filename,char huge *Buffer,unsigned long *MaxSize);
  9. int cdecl HBuf2Disk(char* Filename,char huge *Buffer,unsigned long Bytes);
  10. char far * cdecl Huge2Far(char huge *hugeptr);
  11.