src/ucx/map.h

changeset 259
2f5dea574a75
parent 253
e19825a1430a
child 277
f819fe5e20f5
equal deleted inserted replaced
258:d9f4285c795c 259:2f5dea574a75
1 /* 1 /*
2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 * 3 *
4 * Copyright 2017 Olaf Wintermann. All rights reserved. 4 * Copyright 2017 Mike Becker, Olaf Wintermann All rights reserved.
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are met: 7 * modification, are permitted provided that the following conditions are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
39 */ 39 */
40 40
41 #ifndef UCX_MAP_H 41 #ifndef UCX_MAP_H
42 #define UCX_MAP_H 42 #define UCX_MAP_H
43 43
44 #include <ucx/ucx.h> 44 #include "ucx.h"
45 #include <ucx/string.h> 45 #include "string.h"
46 #include <ucx/allocator.h> 46 #include "allocator.h"
47 #include <stdio.h> 47 #include <stdio.h>
48 48
49 #ifdef __cplusplus 49 #ifdef __cplusplus
50 extern "C" { 50 extern "C" {
51 #endif 51 #endif

mercurial