]>
git.saurik.com Git - apple/icu.git/blob - icuSources/io/uscanf.h
2 ******************************************************************************
4 * Copyright (C) 1998-2004, International Business Machines
5 * Corporation and others. All Rights Reserved.
7 ******************************************************************************
11 * Modification History:
13 * Date Name Description
14 * 12/02/98 stephen Creation.
15 * 03/13/99 stephen Modified for new C API.
16 ******************************************************************************
22 #include "unicode/utypes.h"
24 #if !UCONFIG_NO_FORMATTING
26 #include "unicode/ustdio.h"
29 u_scanf_parse(UFILE
*f
,
30 const UChar
*patternSpecification
,
33 #endif /* #if !UCONFIG_NO_FORMATTING */