ファイル定義書 仕様書 自動 作成 ツール【A HotDocument】

string.c

ファイル名ファイル名

string.c

ソースファイル情報ソースファイル情報

内容 行数 比率
コメント行数 98 28%
空行行数 93 26%
実行行数 162 46%
合計行数 353 100%

関数定義数関数定義数

内容 定義数
関数数 18

定義関数定義関数

No. 名称 属性 説明
1
FunctionFunction strcpy char * ** FROM string.c ***
2
FunctionFunction strncpy char * strncpy - Copy a length-limited, %NUL-terminated string
3
FunctionFunction strcat char * strcat - Append one %NUL-terminated string to another
4
FunctionFunction strcmp int strcmp - Compare two strings
5
FunctionFunction strncmp int strncmp - Compare two length-limited strings
6
FunctionFunction strcasecmp int  
7
FunctionFunction strchr char * strchr - Find the first occurrence of a character in a string
8
FunctionFunction strrchr char * strrchr - Find the last occurrence of a character in a string
9
FunctionFunction strlen size_t strlen - Find the length of a string
10
FunctionFunction strnlen size_t strnlen - Find the length of a length-limited string
11
FunctionFunction memset void * memset - Fill a region of memory with the given value
12
FunctionFunction memcpy void * memcpy - Copy one area of memory to another
13
FunctionFunction memmove void * memmove - Copy one area of memory to another
14
FunctionFunction memcmp int memcmp - Compare two areas of memory
15
FunctionFunction strstr char * strstr - Find the first substring in a %NUL terminated string
16
FunctionFunction memchr void * memchr - Find a character in an area of memory.
17
FunctionFunction strndup char *  
18
FunctionFunction strdup char *  

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー