Formatted input-output functions

Top 

Formatted input-output functions perform data conversion in accordance with the format line. You can find description of the format line in any book on the C language.

Note that the arguments for input functions should be arrays, and not simple variables. This is because the pointers are not supported in the script file language, and it is impossible to transfer an address with the simple variable.

Attention! Your arguments passed to the formatted input-output functions shall match the format line. Otherwise, the ChipProg program may fail.

fprintf

fscanf

scanf

pscanf

sscanf

printf

_printf

sprintf

MessageBox

MessageBoxEx