| Updated: October 28, 2024 | 
Close the filesystem table (/etc/fstab) file
#include <fstab.h> void endfsent( void );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The endfsent() routine closes the filesystem table file, /etc/fstab.
| Safety: | |
|---|---|
| Cancellation point | Yes | 
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
The functions that work with /etc/fstab use static data storage; if you need the data for future use, copy it before any subsequent calls overwrite it.