home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1996 December / CD_shareware_12-96.iso / DOS / Programa / CCDL122.ZIP / INCLUDE / ALLOCATE.P < prev    next >
Encoding:
Text File  |  1995-03-18  |  284 b   |  11 lines

  1.  
  2. /* Protogen Version 1.05 Saturday March 18, 1995  14:08:53 */
  3.  
  4.                              /* Allocate.c */
  5.  
  6. void *xmalloc(uint size);
  7. void AllocateNewList(int size);
  8. void *AllocateMemory(uint size);
  9. void DeallocateMemory(void);
  10. void litlate(char **buffer, char *string);
  11.