Changeset - 3cf61ccc9f27
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-08-16 18:19:28
ohnobinki@ohnopublishing.net
commented on _distren_asprintf
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/common/asprintf.h
Show inline comments
 
@@ -18,11 +18,11 @@
 
*/
 

	
 
#ifndef _LIBDISTRENCOMMON_ASPRINTF_H
 
#define _LIBDISTRENCOMMON_ASPRINTF_H
 

	
 
/**
 
   Conforming asprintf replacement.
 
   Conforming (and inefficient ;-)) asprintf replacement.
 
 */
 
int _distren_asprintf(char **strp, const char *fmt, ...);
 

	
 
#endif
0 comments (0 inline, 0 general)