| |||
Home > RealView Debugger Predefined Macros > Alphabetical predefined macro reference > fclose |
Closes a specified user-defined file.
int fclose (fileid
) intfileid
;
where:
fileid
The ID of an open file. This must be a user-defined
.fileid
Example shows
you how to use fclose
in a macro.