ossrv_pub/math_operations_api/inc/stdapis/signgam.h
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  This Header has defintion for the TLS reentrant structure and related
       
    15  *                function prototypes
       
    16  *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef __SIGNGAM_H__
       
    21 #define __SIGNGAM_H__
       
    22 
       
    23 #include "_ansi.h"
       
    24 #define signgam (* __signgam())
       
    25 
       
    26 
       
    27 	
       
    28 #ifdef __cplusplus
       
    29 extern "C" {
       
    30 #endif  /*__cplusplus*/
       
    31 			
       
    32 IMPORT_C int* __signgam();
       
    33 	
       
    34 #ifdef __cplusplus
       
    35 	}
       
    36 #endif /*__cplusplus*/
       
    37 
       
    38 
       
    39 #endif /*__SIGNGAM_H__*/
       
    40 
       
    41 
       
    42