docs update

This commit is contained in:
Sergey Lyubka 2021-08-28 20:27:55 +01:00
parent 7d91885413
commit 167af7f160

View File

@ -1234,7 +1234,7 @@ Same as `mg_asprintf()` but uses `va_list` argument.
### mg\_to64()
```
```c
int64_t mg_to64(const char *s);
```
@ -1242,7 +1242,7 @@ Parse 64-bit integer value held by string `s`.
### mg\_aton()
```
```c
bool mg_aton(struct mg_str str, uint32_t *ipaddr);
```