mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-3499 Improve the similarity between both scanf implementations.
X-SVN-Rev: 14989
This commit is contained in:
parent
94b0e097ef
commit
667debd717
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
|||
* @return The number of arguments converted and assigned, or -1 if an
|
||||
* error occurred.
|
||||
*/
|
||||
typedef int32_t (*u_scanf_handler) (UFILE *stream,
|
||||
typedef int32_t (*u_scanf_handler) (UFILE *stream,
|
||||
const u_scanf_spec_info *info,
|
||||
ufmt_args *args,
|
||||
const UChar *fmt,
|
||||
|
|
Loading…
Add table
Reference in a new issue