mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-08 05:15:16 +08:00
e5ae1c2ea3
Closes cesanta/smart.js#119 PUBLISHED_FROM=b912e99d457dbf21b3f8ccc6a51d0990cc3db833
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}`.
|
|
|