remove \r
[extl.git] / extl / iterator / config / config.h
blob401b6346070a1102ab34546e3a67bfd5b9fec3bf
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: config.h
4 * Created: 08.11.20
5 * Updated: 08.11.20
7 * Brief: The Iterator Library Configuration
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 /* //////////////////////////////////////////////////////////////////// */
14 #ifndef EXTL_ITERATOR_CONFIG_H
15 #define EXTL_ITERATOR_CONFIG_H
17 #ifndef EXTL_CONFIG_SUB_H
18 # error This file must be included of extl\config\sub_config.h
19 #endif
21 /* ///////////////////////////////////////////////////////////////////////
22 * Includes
24 #include "support.h"
26 /* //////////////////////////////////////////////////////////////////// */
27 #endif /* EXTL_ITERATOR_CONFIG_H */
28 /* //////////////////////////////////////////////////////////////////// */