ファイル名string.c
ソースファイル情報| 内容 | 行数 | 比率 |
|---|---|---|
| コメント行数 | 98 | 28% |
| 空行行数 | 93 | 26% |
| 実行行数 | 162 | 46% |
| 合計行数 | 353 | 100% |
関数定義数| 内容 | 定義数 |
|---|---|
| 関数数 | 18 |
定義関数| No. | 型 | 名称 | 属性 | 説明 |
|---|---|---|---|---|
1 |
strcpy | char * | ** FROM string.c *** | |
2 |
strncpy | char * | strncpy - Copy a length-limited, %NUL-terminated string | |
3 |
strcat | char * | strcat - Append one %NUL-terminated string to another | |
4 |
strcmp | int | strcmp - Compare two strings | |
5 |
strncmp | int | strncmp - Compare two length-limited strings | |
6 |
strcasecmp | int | ||
7 |
strchr | char * | strchr - Find the first occurrence of a character in a string | |
8 |
strrchr | char * | strrchr - Find the last occurrence of a character in a string | |
9 |
strlen | size_t | strlen - Find the length of a string | |
10 |
strnlen | size_t | strnlen - Find the length of a length-limited string | |
11 |
memset | void * | memset - Fill a region of memory with the given value | |
12 |
memcpy | void * | memcpy - Copy one area of memory to another | |
13 |
memmove | void * | memmove - Copy one area of memory to another | |
14 |
memcmp | int | memcmp - Compare two areas of memory | |
15 |
strstr | char * | strstr - Find the first substring in a %NUL terminated string | |
16 |
memchr | void * | memchr - Find a character in an area of memory. | |
17 |
strndup | char * | ||
18 |
strdup | char * |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー