#include <stdio.h>
int fclose (
FILE* fileStream); /* file stream to close */
Description
The function fclose closes a fileStream.
The parameter fileStream is a file pointer
specifying the data stream. All associated buffers are flushed prior
to closing and released when the stream is closed.
The function is included in the library RL-FlashFS. The prototype
is defined in the file stdio.h.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.