1 /** 2 * @mainpage UAP Common Extensions 3 * Library with common and useful functions, macros and data structures. 4 * <p> 5 * Latest available source:<br/> 6 * <a href="https://develop.uap-core.de/hg/ucx"> 7 * https://develop.uap-core.de/hg/ucx</a> 8 * </p> 9 * 10 * <h2>LICENCE</h2>11 * 12 * Copyright 2016 Olaf Wintermann. All rights reserved.13 *14 * Redistribution and use in source and binary forms, with or without15 * modification, are permitted provided that the following conditions are met:16 *17 * 1. Redistributions of source code must retain the above copyright18 * notice, this list of conditions and the following disclaimer.19 *20 * 2. Redistributions in binary form must reproduce the above copyright21 * notice, this list of conditions and the following disclaimer in the22 * documentation and/or other materials provided with the distribution.23 *24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE27 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE28 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR29 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF30 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS31 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN32 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)33 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE34 * POSSIBILITY OF SUCH DAMAGE.35 */36 37 #include"ucx.h"38