src/ucx/logging.h

changeset 259
2f5dea574a75
parent 251
fae240d633fc
child 295
7fc65395188e
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
32 * @author Mike Becker, Olaf Wintermann 32 * @author Mike Becker, Olaf Wintermann
33 */ 33 */
34 #ifndef UCX_LOGGING_H 34 #ifndef UCX_LOGGING_H
35 #define UCX_LOGGING_H 35 #define UCX_LOGGING_H
36 36
37 #include <ucx/ucx.h> 37 #include "ucx.h"
38 #include <ucx/map.h> 38 #include "map.h"
39 #include <ucx/string.h> 39 #include "string.h"
40 #include <stdio.h> 40 #include <stdio.h>
41 41
42 #ifdef __cplusplus 42 #ifdef __cplusplus
43 extern "C" { 43 extern "C" {
44 #endif 44 #endif

mercurial