mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 23:49:44 +08:00
Add smart.js repo to srcfs
PUBLISHED_FROM=ebcd95607742a327cc0f453681f576982a8f027d
This commit is contained in:
parent
a43709b4a8
commit
ccf67dbf05
10
docs/c-api/util.h/MG_MK_STR.md
Normal file
10
docs/c-api/util.h/MG_MK_STR.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
title: "MG_MK_STR()"
|
||||
decl_name: "MG_MK_STR"
|
||||
symbol_kind: "func"
|
||||
signature: |
|
||||
#define MG_MK_STR(str_literal);
|
||||
---
|
||||
|
||||
Macro for initializing mg_str.
|
||||
|
@ -1,10 +1,11 @@
|
||||
---
|
||||
title: "MG_MK_STR()"
|
||||
decl_name: "MG_MK_STR"
|
||||
title: "mg_mk_str()"
|
||||
decl_name: "mg_mk_str"
|
||||
symbol_kind: "func"
|
||||
signature: |
|
||||
#define MG_MK_STR(str_literal);
|
||||
struct mg_str mg_mk_str(const char *s);
|
||||
---
|
||||
|
||||
Macro for initializing mg_str.
|
||||
A helper function for creating mg_str struct from plain C string.
|
||||
`NULL` is allowed and becomes `{NULL, 0}`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user