[BACK]Return to mandoc_aux.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mandoc_aux.h between version 1.1 and 1.2

version 1.1, 2014/03/23 11:59:17 version 1.2, 2014/04/23 21:06:41
Line 24  int    mandoc_asprintf(char **, const char *, ...);
Line 24  int    mandoc_asprintf(char **, const char *, ...);
 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);
   void             *mandoc_reallocarray(void *, size_t, size_t);
 char             *mandoc_strdup(const char *);  char             *mandoc_strdup(const char *);
 char             *mandoc_strndup(const char *, size_t);  char             *mandoc_strndup(const char *, size_t);
   

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

CVSweb