mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 07:28:13 +08:00
docs update
This commit is contained in:
parent
7d91885413
commit
167af7f160
@ -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`.
|
|||||||
|
|
||||||
### 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);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user