src/ucx/utils.h

changeset 259
2f5dea574a75
parent 251
fae240d633fc
child 285
7be3ae7ffb58
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
40 40
41 #ifdef __cplusplus 41 #ifdef __cplusplus
42 extern "C" { 42 extern "C" {
43 #endif 43 #endif
44 44
45 #include <ucx/ucx.h> 45 #include "ucx.h"
46 #include <ucx/string.h> 46 #include "string.h"
47 #include <ucx/allocator.h> 47 #include "allocator.h"
48 #include <inttypes.h> 48 #include <inttypes.h>
49 #include <string.h> 49 #include <string.h>
50 #include <stdarg.h> 50 #include <stdarg.h>
51 51
52 /** 52 /**

mercurial