[BACK]Return to test-vasprintf.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/test-vasprintf.c between version 1.3 and 1.4

version 1.3, 2015/10/06 18:32:20 version 1.4, 2016/07/18 18:35:05
Line 23 
Line 23 
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
   
 int  static int       testfunc(char **, const char *, ...);
   
   
   static int
 testfunc(char **ret, const char *format, ...)  testfunc(char **ret, const char *format, ...)
 {  {
         va_list  ap;          va_list  ap;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb