/[mailutils]/mailutils/lib/mu_asprintf.h
ViewVC logotype

Diff of /mailutils/lib/mu_asprintf.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by sroberts, Mon May 13 15:51:15 2002 UTC revision 1.3 by gray, Fri Aug 23 06:51:30 2002 UTC
# Line 26  Line 26 
26  #endif /*__P */  #endif /*__P */
27    
28  #include <stdarg.h>  #include <stdarg.h>
29    #include <stdio.h>
30    
31  extern int mu_vasprintf __P ((char **result, const char *format, va_list * args));  #if !HAVE_DECL_VASPRINTF
32    extern int vasprintf __P((char **result, const char *format, va_list args));
33  extern int mu_asprintf __P ((char **result, const char *format, ...));  #endif
34    #if !HAVE_DECL_ASPRINTF
35    #if __STDC__
36    extern int asprintf __P((char **result, const char *format, ...));
37    #else
38    extern int asprintf ();
39    #endif
40    #endif
41    
42  #endif  #endif
43    

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26