idiom for C error strings
yawniek via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Tue Jul 21 05:27:55 PDT 2015
whats the proper way to use/wrap C functions that expect a error
string buffer
e.g.:
somefun(T param1, char* errstr, size_t errstr_size)
in D ?
More information about the Digitalmars-d-learn
mailing list