ucx/dlist.h

changeset 120
8170f658f017
parent 103
08018864fb91
child 121
311cac04d079
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 DLIST_H 29 #ifndef UCX_DLIST_H
30 #define DLIST_H 30 #define UCX_DLIST_H
31 31
32 #include "ucx.h" 32 #include "ucx.h"
33 #include <stddef.h> 33 #include <stddef.h>
34 34
35 #ifdef __cplusplus 35 #ifdef __cplusplus
64 64
65 #ifdef __cplusplus 65 #ifdef __cplusplus
66 } 66 }
67 #endif 67 #endif
68 68
69 #endif /* DLIST_H */ 69 #endif /* UCX_DLIST_H */
70 70

mercurial