Skip to content
Snippets Groups Projects
Commit d4ae476e authored by Jean-Damien Durand's avatar Jean-Damien Durand Committed by Steven Murray
Browse files

Prototypes of wrappers to snprintf() and vsnprintf()

parent d3957d50
No related branches found
No related tags found
No related merge requests found
/*
* $Id: Csnprintf.h,v 1.1 2003/11/04 13:02:56 jdurand Exp $
*/
#ifndef __Csnprintf_h
#define __Csnprintf_h
#include <stdio.h>
#include <stdarg.h>
#include <sys/types.h>
#include "osdep.h"
EXTERN_C int DLL_DECL Csnprintf _PROTO((char *, size_t, char *, ...));
EXTERN_C int DLL_DECL Cvsnprintf _PROTO((char *, size_t, char *, va_list));
#endif /* __Csnprintf_h */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment