home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume28 / yapp / part01 / xalloc.h < prev   
Encoding:
C/C++ Source or Header  |  1994-05-29  |  330 b   |  9 lines

  1. /* XALLOC.H: @(#)xalloc.h 1.5 93/06/07 Copyright (c)1993 thalerd */
  2. short  xsizeof  PROTO((char **arr));
  3. char **xalloc   PROTO((SHORT num, SHORT eltsize));
  4. void   xfree    PROTO((void *arr));
  5. char **xrealloc PROTO((char **arr, SHORT num));
  6. void   xcheck   PROTO(());
  7. void   xdump    PROTO(());
  8. char  *xstrdup  PROTO((char *str));
  9.