Buckets:
| extern "C" { | |
| typedef struct __dirstream DIR; | |
| int closedir(DIR *); | |
| DIR *fdopendir(int); | |
| DIR *opendir(const char *); | |
| struct dirent *readdir(DIR *); | |
| int readdir_r(DIR *__restrict, struct dirent *__restrict, struct dirent **__restrict); | |
| void rewinddir(DIR *); | |
| int dirfd(DIR *); | |
| int alphasort(const struct dirent **, const struct dirent **); | |
| int scandir(const char *, struct dirent ***, int (*)(const struct dirent *), int (*)(const struct dirent **, const struct dirent **)); | |
| void seekdir(DIR *, long); | |
| long telldir(DIR *); | |
| int getdents(int, struct dirent *, size_t); | |
| int versionsort(const struct dirent **, const struct dirent **); | |
| } | |
Xet Storage Details
- Size:
- 1.71 kB
- Xet hash:
- 7ef291fb69e3d9e9f220956021b9819221d2523707999aeaa3429c7a44dd4b8b
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.