npp-api v0.1.4-dev (2019-10-09T09:25:27Z)
Home
Dub
Repo
copy_string
npp_api
pluginfunc
string
Undocumented in source.
void
copy_string
(S_array output_string, T_array input_string)
wchar
[
LENGTH
]
copy_string
(wchar[LENGTH] input_string)
pure nothrow @
safe
@
nogc
wchar
[
LENGTH
]
copy_string
(
size_t
LENGTH
)
(
const
wchar
[
LENGTH
]
input_string
)
out (result) { for ( size_t i = 0; i < result.length; i++) { assert (result[i] != '\xFF'); } assert (result[$ - 1] == '\0'); }
Meta
Source
See Implementation
npp_api
pluginfunc
string
functions
copy_string
count_string
from_stringz
to_c_wstring
to_cstring
templates
c_string
c_wstring