myMPD
Internal API documentation
Loading...
Searching...
No Matches
mg_str_utils.h
Go to the documentation of this file.
1/*
2 SPDX-License-Identifier: GPL-3.0-or-later
3 myMPD (c) 2018-2025 Juergen Mang <mail@jcgames.de>
4 https://github.com/jcorporation/mympd
5*/
6
11#ifndef MYMPD_MG_STR_UTILS_H
12#define MYMPD_MG_STR_UTILS_H
13
14#include "dist/mongoose/mongoose.h"
15
16int mg_str_to_int(const struct mg_str *str);
17unsigned mg_str_to_uint(const struct mg_str *str);
18
19#endif
int mg_str_to_int(const struct mg_str *str)
Definition mg_str_utils.c:22
unsigned mg_str_to_uint(const struct mg_str *str)
Definition mg_str_utils.c:37