michael@0: /* michael@0: ****************************************************************************** michael@0: * michael@0: * Copyright (C) 1998-2004, International Business Machines michael@0: * Corporation and others. All Rights Reserved. michael@0: * michael@0: ****************************************************************************** michael@0: * michael@0: * File uscanf.h michael@0: * michael@0: * Modification History: michael@0: * michael@0: * Date Name Description michael@0: * 12/02/98 stephen Creation. michael@0: * 03/13/99 stephen Modified for new C API. michael@0: ****************************************************************************** michael@0: */ michael@0: michael@0: #ifndef USCANF_H michael@0: #define USCANF_H michael@0: michael@0: #include "unicode/utypes.h" michael@0: michael@0: #if !UCONFIG_NO_FORMATTING michael@0: michael@0: #include "unicode/ustdio.h" michael@0: michael@0: U_CFUNC int32_t michael@0: u_scanf_parse(UFILE *f, michael@0: const UChar *patternSpecification, michael@0: va_list ap); michael@0: michael@0: #endif /* #if !UCONFIG_NO_FORMATTING */ michael@0: michael@0: #endif michael@0: