NAME | SYNOPSIS | API RESTRICTIONS | DESCRIPTION | NOTE | RETURN VALUES | ATTRIBUTES | SEE ALSO
$(OS_DIR)/lib/libc.a #include <stdio.h>int fscanf(FILE *stream, const char *format, ... );
The function or functions documented here may not be used safely in all application contexts with all APIs provided in the ChorusOS 5.0 product.
See API(5FEA) for details.
The fscanf() function reads from the input stream specified. This function reads characters and interprets them in the same way that scanf(3STDC) does.
Trailing white space (including a new-line) is left unread unless matched in the control string.
This function returns EOF on end of input and a short count for missing or illegal data items.
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
---|---|
Interface Stability | Evolving |
NAME | SYNOPSIS | API RESTRICTIONS | DESCRIPTION | NOTE | RETURN VALUES | ATTRIBUTES | SEE ALSO