2.1.6. fscanf()

int fscanf(int filehandle, string format, …)

Reads in data. Most format options of the ANSI C standard are supported.

Note

Due to the absence of pointers, variables of type int or string are provided directly rather than pointers as in ANSI C.

Copyright © 2007-2009 ARM Limited. All rights reserved.ARM DUI 0371G
Non-Confidential