Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Related Pages

sfsnprintfappend.h

Go to the documentation of this file.
00001 /*
00002 *
00003 *  sfsnprintfappend.h
00004 *
00005 *  snprintf that appends to destination buffer
00006 *
00007 *  Copyright (C) 2004 Sourcefire, Inc.
00008 *
00009 *  Author: Steven Sturges
00010 *
00011 */
00012 #ifndef _SFSNPRINTF_APPEND_H_
00013 #define _SFSNPRINTF_APPEND_H_
00014 
00015 int sfsnprintfappend(char *dest, int dsize, const char *format, ...);
00016 
00017 #endif /* _SFSNPRINTF_APPEND_H_ */

Generated on Sun May 14 14:51:18 2006 by  doxygen 1.4.2