]>
git.saurik.com Git - apple/icu.git/blob - icuSources/io/uscanf.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 ******************************************************************************
6 * Copyright (C) 1998-2014, International Business Machines
7 * Corporation and others. All Rights Reserved.
9 ******************************************************************************
13 * Modification History:
15 * Date Name Description
16 * 12/02/98 stephen Creation.
17 * 03/13/99 stephen Modified for new C API.
18 ******************************************************************************
24 #include "unicode/utypes.h"
26 #if !UCONFIG_NO_FORMATTING && !UCONFIG_NO_CONVERSION
28 #include "unicode/ustdio.h"
31 u_scanf_parse(UFILE
*f
,
32 const UChar
*patternSpecification
,
35 #endif /* #if !UCONFIG_NO_FORMATTING */