remove \r
[extl.git] / extl / memory / prefix.h
blobe1d0d0048add33702ec9b2d350c55df8decd403a
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: prefix.h
4 * Created: 08.02.02
5 * Updated: 08.07.29
7 * Brief: The prefix file of the memory library
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
12 #ifndef EXTL_MEMORY_PREFIX_H
13 #define EXTL_MEMORY_PREFIX_H
15 /* ///////////////////////////////////////////////////////////////////////
16 * Includes
18 #include "../prefix.h"
19 #include <memory.h>
20 #include "help_functions.h"
22 /* //////////////////////////////////////////////////////////////////// */
23 #endif /* EXTL_MEMORY_PREFIX_H */
24 /* //////////////////////////////////////////////////////////////////// */