Navigation

Operators and Keywords

Function List:

C++ API

printf-parse.c File Reference

#include <config.h>
#include "printf-parse.h"
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "xsize.h"
Include dependency graph for printf-parse.c:

Defines

#define PRINTF_PARSE   printf_parse
#define CHAR_T   char
#define DIRECTIVE   char_directive
#define DIRECTIVES   char_directives
#define REGISTER_ARG(_index_, _type_)

Functions

int PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a)

Define Documentation

#define CHAR_T   char
#define DIRECTIVE   char_directive
#define DIRECTIVES   char_directives
#define PRINTF_PARSE   printf_parse
#define REGISTER_ARG (   _index_,
  _type_ 
)

Function Documentation

int PRINTF_PARSE ( const CHAR_T *  format,
DIRECTIVES *  d,
arguments a 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines