Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
mongoose
Commits
d6ecfe7f
Commit
d6ecfe7f
authored
8 years ago
by
rojer
Committed by
Cesanta Bot
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make error message more clear
PUBLISHED_FROM=f8e052f1a256f671de133135901b509d39608a82
parent
06b6bf61
master
6.18
6.17
6.16
6.15
6.14
6.13
6.12
6.11
6.10
6.9
6.8
6.7
6.6
6.5
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
mg_mk_str.md
docs/c-api/util.h/mg_mk_str.md
+5
-4
No files found.
docs/c-api/util.h/mg_mk_str.md
View file @
d6ecfe7f
---
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}`
.
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment