fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

vsnprintf.c File Reference

#include <stdio.h>
#include "flstring.h"
Include dependency graph for vsnprintf.c:

Go to the source code of this file.

Functions

int fl_vsnprintf (char *buffer, size_t bufsize, const char *format, va_list ap)
int fl_snprintf (char *str, size_t size, const char *fmt,...)

Function Documentation

int fl_snprintf ( char *  str,
size_t  size,
const char *  fmt,
  ... 
)

Definition at line 265 of file vsnprintf.c.

References vsnprintf.

Referenced by Shortcut_Button::draw().

int fl_vsnprintf ( char *  buffer,
size_t  bufsize,
const char *  format,
va_list  ap 
)

Definition at line 39 of file vsnprintf.c.

References NULL, size, snprintf, type, and width.