ucx/map.h

changeset 120
8170f658f017
parent 114
5a0859739b76
child 136
b798f2eed26a
equal deleted inserted replaced
119:baa839a7633f 120:8170f658f017
24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28 28
29 #ifndef MAP_H 29 #ifndef UCX_MAP_H
30 #define MAP_H 30 #define UCX_MAP_H
31 31
32 #include "ucx.h" 32 #include "ucx.h"
33 #include "string.h" 33 #include "string.h"
34 #include "allocator.h" 34 #include "allocator.h"
35 #include <stdio.h> 35 #include <stdio.h>
125 125
126 #ifdef __cplusplus 126 #ifdef __cplusplus
127 } 127 }
128 #endif 128 #endif
129 129
130 #endif /* MAP_H */ 130 #endif /* UCX_MAP_H */
131 131

mercurial