mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-06 11:22:26 +08:00
ccf67dbf05
PUBLISHED_FROM=ebcd95607742a327cc0f453681f576982a8f027d
239 B
239 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_mk_str() | mg_mk_str | func | struct mg_str mg_mk_str(const char *s); |
A helper function for creating mg_str struct from plain C string.
NULL
is allowed and becomes {NULL, 0}
.