1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/intl/icu/source/io/uscanf.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,36 @@ 1.4 +/* 1.5 +****************************************************************************** 1.6 +* 1.7 +* Copyright (C) 1998-2004, International Business Machines 1.8 +* Corporation and others. All Rights Reserved. 1.9 +* 1.10 +****************************************************************************** 1.11 +* 1.12 +* File uscanf.h 1.13 +* 1.14 +* Modification History: 1.15 +* 1.16 +* Date Name Description 1.17 +* 12/02/98 stephen Creation. 1.18 +* 03/13/99 stephen Modified for new C API. 1.19 +****************************************************************************** 1.20 +*/ 1.21 + 1.22 +#ifndef USCANF_H 1.23 +#define USCANF_H 1.24 + 1.25 +#include "unicode/utypes.h" 1.26 + 1.27 +#if !UCONFIG_NO_FORMATTING 1.28 + 1.29 +#include "unicode/ustdio.h" 1.30 + 1.31 +U_CFUNC int32_t 1.32 +u_scanf_parse(UFILE *f, 1.33 + const UChar *patternSpecification, 1.34 + va_list ap); 1.35 + 1.36 +#endif /* #if !UCONFIG_NO_FORMATTING */ 1.37 + 1.38 +#endif 1.39 +