Buckets:
| extern "C" { | |
| struct mntent { | |
| char *mnt_fsname; | |
| char *mnt_dir; | |
| char *mnt_type; | |
| char *mnt_opts; | |
| int mnt_freq; | |
| int mnt_passno; | |
| }; | |
| FILE *setmntent(const char *, const char *); | |
| int endmntent(FILE *); | |
| struct mntent *getmntent(FILE *); | |
| struct mntent *getmntent_r(FILE *, struct mntent *, char *, int); | |
| int addmntent(FILE *, const struct mntent *); | |
| char *hasmntopt(const struct mntent *, const char *); | |
| } | |
Xet Storage Details
- Size:
- 837 Bytes
- Xet hash:
- a29362a39665f3352be6263aa2b9bd0d0f78608b8152986df13b54380037699a
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.