mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-12 07:29:04 +08:00
0be132f3b5
Now it can talk to backend as well to the demo device: `LCD.AddLine`, `LED.Set`, `LED.Get`. PUBLISHED_FROM=40f493cdabe6ad23a6f26a4563366bebb5071529
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}
.