4.4.3 __close_input_file Function
Close a previously attached file.
Include
<libpic30.h>
Prototype
void __close_input_file(void);
Argument
None
Remarks
None.
Default Behavior
This function will close a previously attached file and re-attach stdin
to the simulated UART. This should occur before a Reset to ensure that the file can be
re-opened.
File
close.c