mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 05:26:15 +08:00
Improve Android app
Now it can talk to backend as well to the demo device: `LCD.AddLine`, `LED.Set`, `LED.Get`. PUBLISHED_FROM=40f493cdabe6ad23a6f26a4563366bebb5071529
This commit is contained in:
parent
d31d8a764b
commit
0be132f3b5
@ -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…
Reference in New Issue
Block a user