|
データ構造 |
| struct | dkcstd_init_arg |
マクロ定義 |
| #define | memcpy(a, b, c) dkcstd_memcpy(a,b,c) |
| #define | memset(a, b, c) dkcstd_memset(a,b,c) |
| #define | memmove(a, b, c) dkcstd_memmove(a,b,c) |
| #define | memcmp(a, b, c) dkcstd_memcmp(a,b,c) |
| #define | memchr(a, b, c) dkcstd_memchr(a,b,c) |
| #define | strcpy(a, b) dkcstd_strcpy(a,b) |
| #define | strlen(a) dkcstd_strlen(a) |
| #define | strcmp(a, b) dkcstd_strcmp(a,b) |
| #define | strncmp(a, b, c) dkcstd_strcmp(a,b,c) |
| #define | strstr(a, b) dkcstd_strstr(a,b) |
| #define | bcopy(a, b, c) dkcstd_bcopy(a,b,c) |
| #define | bzero(a, b) dkcstd_bzero(a,b) |
| #define | bcmp(a, b, c) dkcstd_bcmp(a,b,c) |
| #define | atoi(a) dkcstd_atoi(a) |
| #define | atox(a) dkcstd_atox(a) |
型定義 |
| typedef dkcstd_init_arg | DKCSTD_INIT_ARG |
関数 |
| DKC_EXTERN int | dkcstd_init () |
| DKC_EXTERN int | dkcstd_end () |
| DKC_EXTERN int | dkcstd_atoi (const char *p) |
| DKC_EXTERN int | dkcstd_atox (const char *p) |
| | '0' == 0x30 '9'== 0x39 110000 'A' == 0x41 'F'== 0x46 1000001 'a' == 0x61 'f' ==0x66 1100001
|