snprintf.h File Reference

#include <libc.h>

Go to the source code of this file.

Data Structures

struct  s_snprintf_data

Defines

#define __PRINTF_SNPRINTF_H__   1

Typedefs

typedef s_snprintf_data t_snprintf_data

Functions

int snprintf_fn (t_snprintf_data *sd, char *buf, int len)
int snprintf (char *str, int count, char *fmt,...)
int snprintf_linux (char *str, int count, char *fmt,...)


Define Documentation

#define __PRINTF_SNPRINTF_H__   1
 


Typedef Documentation

typedef struct s_snprintf_data t_snprintf_data
 


Function Documentation

int snprintf char *  str,
int  count,
char *  fmt,
  ...
 

writes (count-1) character - returns number of bytes which should have been written

int snprintf_fn t_snprintf_data sd,
char *  buf,
int  len
 

int snprintf_linux char *  str,
int  count,
char *  fmt,
  ...
 

returns number of bytes written


Generated on Wed May 24 23:05:57 2006 for LSE/OS by  doxygen 1.4.6