FreeNOS
Functions
vsnprintf.cpp File Reference
#include <String.h>
#include "stdarg.h"
#include "stdio.h"
#include "stdlib.h"

Go to the source code of this file.

Functions

int vsnprintf (char *buffer, unsigned int size, const char *fmt, va_list args)
 Write a formatted string into a buffer. More...