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

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

version 1.1, 2015/04/24 16:24:11 version 1.2, 2015/07/20 08:51:41
Line 22 
Line 22 
 void    *xmalloc(size_t);  void    *xmalloc(size_t);
 void    *xcalloc(size_t, size_t);  void    *xcalloc(size_t, size_t);
 void    *xreallocarray(void *, size_t, size_t);  void    *xreallocarray(void *, size_t, size_t);
 void     xfree(void *);  
 char    *xstrdup(const char *);  char    *xstrdup(const char *);
 int      xasprintf(char **, const char *, ...)  int      xasprintf(char **, const char *, ...)
                 __attribute__((__format__ (printf, 2, 3)))                  __attribute__((__format__ (printf, 2, 3)))

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