We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ideas:
count
length
count-1
string.h
typedef gvec_dstr_t dstr_t
GVEC_MODULAR_APPROACH
dstr_*
tl;dr: steal everything from sds
The text was updated successfully, but these errors were encountered:
cher-nov
No branches or pull requests
Ideas:
count
is always at least 1, andlength
iscount-1
).string.h
, but with taking length into account.typedef gvec_dstr_t dstr_t
Consider using another repository for this.GVEC_MODULAR_APPROACH
.dstr_*
prefix using defines (nb: this will not break function pointer obtainment).tl;dr: steal everything from sds
The text was updated successfully, but these errors were encountered: