persistentstorage/sql/SQLite364/printf.c
changeset 25 63532cdadd44
parent 15 3eacc0623088
equal deleted inserted replaced
22:a7ba600cb39d 25:63532cdadd44
     1 /*
       
     2 * Copyright (c) 2009 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: 
       
    15 *
       
    16 */
       
    17 /*
     1 /*
    18 ** The "printf" code that follows dates from the 1980's.  It is in
     2 ** The "printf" code that follows dates from the 1980's.  It is in
    19 ** the public domain.  The original comments are included here for
     3 ** the public domain.  The original comments are included here for
    20 ** completeness.  They are very out-of-date but might be useful as
     4 ** completeness.  They are very out-of-date but might be useful as
    21 ** an historical reference.  Most of the "enhancements" have been backed
     5 ** an historical reference.  Most of the "enhancements" have been backed