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