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

Diff for /src/usr.bin/mandoc/mandoc_aux.h between version 1.7 and 1.8

version 1.7, 2016/07/19 13:30:16 version 1.8, 2017/02/09 17:19:07
Line 17 
Line 17 
  */   */
   
 int               mandoc_asprintf(char **, const char *, ...)  int               mandoc_asprintf(char **, const char *, ...)
                         __attribute__((__format__ (printf, 2, 3)));                          __attribute__((__format__ (__printf__, 2, 3)));
 void             *mandoc_calloc(size_t, size_t);  void             *mandoc_calloc(size_t, size_t);
 void             *mandoc_malloc(size_t);  void             *mandoc_malloc(size_t);
 void             *mandoc_realloc(void *, size_t);  void             *mandoc_realloc(void *, size_t);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8