sprintf.c File Reference

#include <stdio.h>
#include <stdarg.h>
#include <limits.h>
#include "loc_incl.h"

Include dependency graph for sprintf.c:

Go to the source code of this file.

Functions

int sprintf (char *s, const char *format,...)
int snprintf (char *s, size_t n, const char *format,...)


Function Documentation

int snprintf char *  s,
size_t  n,
const char *  format,
  ...
 

Definition at line 27 of file sprintf.c.

References retval, va_end, va_start, and vsnprintf().

Referenced by copydir(), expand(), find_device(), gzprintf(), main(), name_gid(), name_uid(), process(), SimpleFileOpen(), and stat_all().

int sprintf char *  s,
const char *  format,
  ...
 

Definition at line 12 of file sprintf.c.

References retval, va_end, va_start, and vsnprintf().


Generated on Fri Apr 14 23:19:23 2006 for minix by  doxygen 1.4.6