mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-09 14:15:37 +08:00
d6ecfe7f24
PUBLISHED_FROM=f8e052f1a256f671de133135901b509d39608a82
12 lines
239 B
Markdown
12 lines
239 B
Markdown
---
|
|
title: "mg_mk_str()"
|
|
decl_name: "mg_mk_str"
|
|
symbol_kind: "func"
|
|
signature: |
|
|
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}`.
|
|
|