Skip to content
Snippets Groups Projects
Commit 167af7f1 authored by Sergey Lyubka's avatar Sergey Lyubka
Browse files

docs update

parent 7d918854
No related branches found
No related tags found
No related merge requests found
...@@ -1234,7 +1234,7 @@ Same as `mg_asprintf()` but uses `va_list` argument. ...@@ -1234,7 +1234,7 @@ Same as `mg_asprintf()` but uses `va_list` argument.
### mg\_to64() ### mg\_to64()
``` ```c
int64_t mg_to64(const char *s); int64_t mg_to64(const char *s);
``` ```
...@@ -1242,7 +1242,7 @@ Parse 64-bit integer value held by string `s`. ...@@ -1242,7 +1242,7 @@ Parse 64-bit integer value held by string `s`.
### mg\_aton() ### mg\_aton()
``` ```c
bool mg_aton(struct mg_str str, uint32_t *ipaddr); bool mg_aton(struct mg_str str, uint32_t *ipaddr);
``` ```
......
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