[BACK]Return to xmalloc.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / rcs

Diff for /src/usr.bin/rcs/xmalloc.h between version 1.1 and 1.2

version 1.1, 2006/04/26 02:55:13 version 1.2, 2014/12/01 21:58:46
Line 21 
Line 21 
   
 void    *xmalloc(size_t);  void    *xmalloc(size_t);
 void    *xcalloc(size_t, size_t);  void    *xcalloc(size_t, size_t);
 void    *xrealloc(void *, size_t, size_t);  void    *xreallocarray(void *, size_t, size_t);
 void     xfree(void *);  void     xfree(void *);
 char    *xstrdup(const char *);  char    *xstrdup(const char *);
 int      xasprintf(char **, const char *, ...)  int      xasprintf(char **, const char *, ...)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2