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