tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
cwchar.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2019 Tobias Hienzsch
3
4#ifndef TETL_CWCHAR_HPP
5#define TETL_CWCHAR_HPP
6
7/// \defgroup cwchar cwchar
8/// Various wide and multibyte string handling functions
9/// \ingroup strings-library
10
11#include <etl/_config/all.hpp>
12
13#include <etl/_cstddef/null.hpp>
14#include <etl/_cstddef/nullptr_t.hpp>
15#include <etl/_cstddef/size_t.hpp>
16#include <etl/_cstddef/tm.hpp>
17#include <etl/_cwchar/wcscat.hpp>
18#include <etl/_cwchar/wcschr.hpp>
19#include <etl/_cwchar/wcscmp.hpp>
20#include <etl/_cwchar/wcscpy.hpp>
21#include <etl/_cwchar/wcscspn.hpp>
22#include <etl/_cwchar/wcslen.hpp>
23#include <etl/_cwchar/wcsncat.hpp>
24#include <etl/_cwchar/wcsncmp.hpp>
25#include <etl/_cwchar/wcsncpy.hpp>
26#include <etl/_cwchar/wcspbrk.hpp>
27#include <etl/_cwchar/wcsrchr.hpp>
28#include <etl/_cwchar/wcsspn.hpp>
29#include <etl/_cwchar/wcsstr.hpp>
30#include <etl/_cwchar/wint_t.hpp>
31#include <etl/_cwchar/wmemchr.hpp>
32#include <etl/_cwchar/wmemcmp.hpp>
33#include <etl/_cwchar/wmemcpy.hpp>
34#include <etl/_cwchar/wmemmove.hpp>
35#include <etl/_cwchar/wmemset.hpp>
36
37#endif // TETL_CWCHAR_HPP