myMPD
Internal API documentation
|
Functions for mongoose strings. More...
#include "dist/mongoose/mongoose.h"
Go to the source code of this file.
Functions | |
int | mg_str_to_int (const struct mg_str *str) |
unsigned | mg_str_to_uint (const struct mg_str *str) |
Functions for mongoose strings.
int mg_str_to_int | ( | const struct mg_str * | str | ) |
Converts a mg_str to int
str | pointer to struct mg_str |
unsigned mg_str_to_uint | ( | const struct mg_str * | str | ) |
Converts a mg_str to unsigned int
str | pointer to struct mg_str |