gmio_core: rename string_utils.h -> string_ascii_utils.h
This commit is contained in:
parent
a6dff8a150
commit
4a34063af9
@ -10,7 +10,7 @@
|
||||
#define GMIO_INTERNAL_FAST_ATOF_H
|
||||
|
||||
#include "../global.h"
|
||||
#include "string_utils.h"
|
||||
#include "string_ascii_utils.h"
|
||||
|
||||
#include <float.h>
|
||||
#include <limits.h>
|
||||
|
@ -13,7 +13,7 @@
|
||||
** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html".
|
||||
****************************************************************************/
|
||||
|
||||
#include "string_utils.h"
|
||||
#include "string_ascii_utils.h"
|
||||
|
||||
static int gmio_ascii_ustrincmp(
|
||||
const unsigned char* str1, const unsigned char* str2, size_t n)
|
@ -13,8 +13,8 @@
|
||||
** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html".
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef GMIO_INTERNAL_STRING_UTILS_H
|
||||
#define GMIO_INTERNAL_STRING_UTILS_H
|
||||
#ifndef GMIO_INTERNAL_STRING_ASCII_UTILS_H
|
||||
#define GMIO_INTERNAL_STRING_ASCII_UTILS_H
|
||||
|
||||
#include "../global.h"
|
||||
|
||||
@ -204,4 +204,4 @@ gmio_bool_t gmio_ascii_istarts_with(const char* str, const char* begin)
|
||||
return GMIO_TRUE;
|
||||
}
|
||||
|
||||
#endif /* GMIO_INTERNAL_STRING_UTILS_H */
|
||||
#endif /* GMIO_INTERNAL_STRING_ASCII_UTILS_H */
|
@ -125,7 +125,7 @@ GMIO_INLINE gmio_float32_t gmio_to_float32(const char* str);
|
||||
*/
|
||||
|
||||
#include "helper_stream.h"
|
||||
#include "string_utils.h"
|
||||
#include "string_ascii_utils.h"
|
||||
#ifdef GMIO_STRINGSTREAM_USE_FAST_ATOF
|
||||
# include "fast_atof.h"
|
||||
# include "stringstream_fast_atof.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "../../gmio_core/error.h"
|
||||
#include "../../gmio_core/internal/min_max.h"
|
||||
#include "../../gmio_core/internal/string.h"
|
||||
#include "../../gmio_core/internal/string_utils.h"
|
||||
#include "../../gmio_core/internal/string_ascii_utils.h"
|
||||
#include "stl_rw_common.h"
|
||||
|
||||
#include <string.h>
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "../gmio_core/internal/helper_stream.h"
|
||||
#include "../gmio_core/internal/min_max.h"
|
||||
#include "../gmio_core/internal/numeric_utils.h"
|
||||
#include "../gmio_core/internal/string_utils.h"
|
||||
#include "../gmio_core/internal/string_ascii_utils.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "../gmio_core/internal/helper_stream.h"
|
||||
#include "../gmio_core/internal/min_max.h"
|
||||
#include "../gmio_core/internal/stringstream.h"
|
||||
#include "../gmio_core/internal/string_utils.h"
|
||||
#include "../gmio_core/internal/string_ascii_utils.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -17,7 +17,7 @@
|
||||
#define GMIO_TESTS_CORE_UTILS_H
|
||||
|
||||
#include "../src/gmio_core/global.h"
|
||||
#include "../src/gmio_core/internal/string_utils.h"
|
||||
#include "../src/gmio_core/internal/string_ascii_utils.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "../src/gmio_core/internal/safe_cast.h"
|
||||
#include "../src/gmio_core/internal/stringstream.h"
|
||||
#include "../src/gmio_core/internal/stringstream_fast_atof.h"
|
||||
#include "../src/gmio_core/internal/string_utils.h"
|
||||
#include "../src/gmio_core/internal/string_ascii_utils.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user