genericopenlibs/openenvcore/libm/src/s_llrintf.c
changeset 18 47c74d1534e1
parent 0 e4d67989cc36
child 44 97b0fb8a2cc2
child 45 4b03adbd26ca
equal deleted inserted replaced
0:e4d67989cc36 18:47c74d1534e1
     1 /*--------------------------------------------------------------------
     1 /*
     2  *© Portions copyright (c) 2006 Nokia Corporation.  All rights reserved.
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3  *--------------------------------------------------------------------
     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: 
       
    15 *
     4 */
    16 */
       
    17 
     5 #include <sys/cdefs.h>
    18 #include <sys/cdefs.h>
     6 #ifndef __SYMBIAN32__
    19 #ifndef __SYMBIAN32__
     7 __FBSDID("$FreeBSD: src/lib/msun/src/s_llrintf.c,v 1.1 2005/01/11 23:12:55 das Exp $");
    20 __FBSDID("$FreeBSD: src/lib/msun/src/s_llrintf.c,v 1.1 2005/01/11 23:12:55 das Exp $");
     8 #endif //__SYMBIAN32__
    21 #endif //__SYMBIAN32__
     9 
    22