GadgetSeed  0.9.6
tprintf.h ファイル

機能限定printf [詳解]

#include "console.h"
tprintf.h の依存先関係図:
被依存関係図:

[ソースコード]

マクロ定義

#define UNUSED_VARIABLE(x)   (void)(x)
 

関数

int tsprintf (char *str, const char *fmt,...) __attribute__((format(printf
 
int int tsnprintf (char *str, unsigned int size, const char *fmt,...) __attribute__((format(printf
 
int int int tprintf (const char *fmt,...) __attribute__((format(printf
 
int int int int eprintf (const char *fmt,...) __attribute__((format(printf
 
int int int int void xdump (unsigned char *data, unsigned int len)
 
void xadump (unsigned int addr, unsigned char *data, unsigned int len)
 

詳解

機能限定printf

日付
2002.03.01
著者
Takashi Shudo

tprintf.h に定義があります。