ファイル名vsprintf.c
ソースファイル情報| 内容 | 行数 | 比率 | 
|---|---|---|
| コメント行数 | 154 | 37% | 
| 空行行数 | 59 | 14% | 
| 実行行数 | 208 | 49% | 
| 合計行数 | 421 | 100% | 
関数定義数| 内容 | 定義数 | 
|---|---|
| 関数数 | 12 | 
定義関数| No. | 型 | 名称 | 属性 | 説明 | 
|---|---|---|---|---|
1  | 
format_hex | static char * | Format a hexadecimal number | |
2  | 
format_decimal | static char * | Format a decimal number | |
3  | 
cputchar | static inline void | Print character via a printf context | |
4  | 
vcprintf | size_t | Write a formatted string to a printf context | |
5  | 
printf_sputc | static void | Write character to buffer | |
6  | 
vsnprintf | int | Write a formatted string to a buffer | |
7  | 
snprintf | int | Write a formatted string to a buffer | |
8  | 
vssnprintf | int | Version of vsnprintf() that accepts a signed buffer size | |
9  | 
ssnprintf | int | Version of vsnprintf() that accepts a signed buffer size | |
10  | 
printf_putchar | static void | Write character to console | |
11  | 
vprintf | int | Write a formatted string to the console | |
12  | 
printf | int | Write a formatted string to the console. | 
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー