JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr#include #include #include #include #include char *find_type(int t); char *expand_flags(int f); int main(void) { struct statfs *mntlist; int n, i; n = getmntinfo(&mntlist, MNT_NOWAIT); if (n < 0) { fprintf(stderr, "getmntinfo failed : %s\n", strerror(errno)); exit(1); } for(i=0; i