- copy_string
void copy_string(S_array output_string, T_array input_string)
文字列終端を'\0'にするようにしたしたコピー関数
- copy_string
wchar[LENGTH] copy_string(wchar[LENGTH] input_string)
Undocumented in source.
- count_string
size_t count_string(S c_wstring)
Undocumented in source.
- from_stringz
immutable(C)[] from_stringz(C[INPUT_LENGTH] input)
Undocumented in source.
- from_stringz
immutable(C)[] from_stringz(C[] input)
Undocumented in source.
- from_stringz
immutable(C)[] from_stringz(C* input)
Undocumented in source.
- from_stringz
immutable(C)[] from_stringz(C* input, size_t max_length)
Undocumented in source.
- to_c_wstring
void to_c_wstring(wchar[] input, wchar[LENGTH] buffer)
Undocumented in source.
- to_c_wstring
wstring to_c_wstring(wchar[] input)
Undocumented in source.
- to_cstring
immutable(C)[] to_cstring(C[INPUT_LENGTH] input)
Undocumented in source.
- to_cstring
immutable(C)[] to_cstring(C[INPUT_LENGTH] input, C[OUTPUT_LENGTH] output_buf)
Undocumented in source.
- to_cstring
immutable(C)[] to_cstring(C* input, size_t max_length)
Undocumented in source.