#include <stdlib.h>#include <string.h>#include "limits.h"#include <float.h>#include <stdarg.h>#include "sprintf.h"Defines | |
| #define | STD_SIZE 0 |
| #define | SHORT_SIZE 1 |
| #define | LONG_SIZE 2 |
Functions | |
| int | vksprintf (char *buf, char *fmt, va_list parms) |
| int | ksprintf (char *buf, char *fmt,...) |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
1.4.1