ReadFmt
Description
Read formatted input from the standard input stream (FileStdin()). This is a convenience macro calling FReadFmt with FileStdin().
Parameters
| Name | Direction | Description |
|---|---|---|
fmtstr |
in | Format string to be used for reading. This must exactly describe the expected input format from standard input. argument should be a modifiable l-value wrapped with &variable. |
Success
Attempts to match fmtstr with the input from standard input and reads values into the provided arguments.
Failure
Backend logs an error and returns; may roll back partially- read data, or abort in unexpected situations.
Usage example (Cross-references)
Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on