Skip to content
Snippets Groups Projects
Commit 6a302c38 authored by Marko Mikulicic's avatar Marko Mikulicic Committed by Sergey Lyubka
Browse files

Fix ourci master port

It conflicted with Workspace service

PUBLISHED_FROM=bd891e246bfa4b8f47bcbc6c9f7e4401f5f6e052
parent 129bb6b1
No related branches found
No related tags found
No related merge requests found
--- ---
title: "mg_mk_str()" title: "MG_MK_STR()"
decl_name: "mg_mk_str" decl_name: "MG_MK_STR"
symbol_kind: "func" symbol_kind: "func"
signature: | signature: |
struct mg_str mg_mk_str(const char *s); #define MG_MK_STR(str_literal);
--- ---
A helper function for creating mg_str struct from plain C string. Macro for initializing mg_str.
`NULL` is allowed and becomes `{NULL, 0}`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment