home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gppdem32.zip / gppDemid32 / libibert.h < prev    next >
C/C++ Source or Header  |  1994-11-01  |  84b  |  5 lines

  1. /* libibert.h */
  2.  
  3. char *xmalloc (size_t n);
  4. char *xrealloc (void *p, size_t n);
  5.