remove \r
[extl.git] / extl / string / string.h
blobfe9cad6e191ac8fa0321ce71c77ab09f902fabd6
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: string.h
4 * Created: 08.05.11
5 * Updated: 08.07.29
7 * Brief: The String Library
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_STRING_H
14 #define EXTL_STRING_H
16 /*!\file string.h
17 * \brief The string library
18 * \defgroup extl_group_string
21 /* ///////////////////////////////////////////////////////////////////////
22 * Includes
24 #include "prefix.h"
25 #include "string_base.h"
26 #include "scoped_string.h"
27 #include "stack_string.h"
28 #include "attached_string.h"
29 #include "string_selector.h"
31 /* //////////////////////////////////////////////////////////////////// */
32 #endif /* EXTL_STRING_H */
33 /* //////////////////////////////////////////////////////////////////// */