intl/icu/source/io/uscanf.h

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 /*
     2 ******************************************************************************
     3 *
     4 *   Copyright (C) 1998-2004, International Business Machines
     5 *   Corporation and others.  All Rights Reserved.
     6 *
     7 ******************************************************************************
     8 *
     9 * File uscanf.h
    10 *
    11 * Modification History:
    12 *
    13 *   Date        Name        Description
    14 *   12/02/98    stephen        Creation.
    15 *   03/13/99    stephen     Modified for new C API.
    16 ******************************************************************************
    17 */
    19 #ifndef USCANF_H
    20 #define USCANF_H
    22 #include "unicode/utypes.h"
    24 #if !UCONFIG_NO_FORMATTING
    26 #include "unicode/ustdio.h"
    28 U_CFUNC int32_t
    29 u_scanf_parse(UFILE     *f,
    30             const UChar *patternSpecification,
    31             va_list     ap);
    33 #endif /* #if !UCONFIG_NO_FORMATTING */
    35 #endif

mercurial