mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-12 07:29:04 +08:00
7addae0fdd
PUBLISHED_FROM=192978ebdb0df77c32af8675118c0067f093c0e7
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}
.