ucx/logging.h

changeset 120
8170f658f017
parent 103
08018864fb91
child 129
61edec666928
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 LOGGING_H 29 #ifndef UCX_LOGGING_H
30 #define LOGGING_H 30 #define UCX_LOGGING_H
31 31
32 #include "ucx.h" 32 #include "ucx.h"
33 #include "map.h" 33 #include "map.h"
34 #include "string.h" 34 #include "string.h"
35 #include <stdio.h> 35 #include <stdio.h>
75 75
76 #ifdef __cplusplus 76 #ifdef __cplusplus
77 } 77 }
78 #endif 78 #endif
79 79
80 #endif /* LOGGING_H */ 80 #endif /* UCX_LOGGING_H */

mercurial