00001 /* 00002 * ============================================================================== 00003 * Name : signgam.h 00004 * Part of : libm 00005 * Description : This Header has defintion for the TLS reentrant structure and related 00006 * function prototypes 00007 * Version : 1.0 00008 * Copyright © 2006 Nokia Corporation. 00009 * 00010 * Redistribution and use in source and binary forms, with or without 00011 * modification, are permitted provided that the following conditions are met: 00012 * * Redistributions of source code must retain the above copyright notice, this 00013 * list of conditions and the following disclaimer. 00014 * * Redistributions in binary form must reproduce the above copyright notice, 00015 * this list of conditions and the following disclaimer in the documentation 00016 * and/or other materials provided with the distribution. 00017 * * Neither the name of the <ORGANIZATION> nor the names of its contributors 00018 * may be used to endorse or promote products derived from this software 00019 * without specific prior written permission. 00020 * 00021 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 00022 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 00023 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 00024 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE 00025 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 00026 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 00027 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 00028 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 00029 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 00030 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00031 * ============================================================================== 00032 */ 00033 00034 #ifndef __SIGNGAM_H__ 00035 #define __SIGNGAM_H__ 00036 00037 #include "_ansi.h" 00038 #define signgam (* __signgam()) 00039 00040 00041 00042 #ifdef __cplusplus 00043 extern "C" { 00044 #endif /*__cplusplus*/ 00045 00046 IMPORT_C int* __signgam(); 00047 00048 #ifdef __cplusplus 00049 } 00050 #endif /*__cplusplus*/ 00051 00052 00053 #endif /*__SIGNGAM_H__*/ 00054 00055 00056