#include #include FILE *setmntent(const char *filename, const char *type) { return fopen(filename,type); }