diff options
| author | @syxhe <https://t.me/syxhe> | 2025-04-15 18:50:57 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2025-04-15 18:51:49 -0500 |
| commit | 9d3c8770ec63fe3e02f82bdc244e63d701492322 (patch) | |
| tree | 708ef0a2059f00ae8ff5e8cf12c5c0bd37cf0e0c /src/scanner.h | |
| parent | 54b82706a01049e4ed5e4d417f50f642c701105b (diff) | |
Create scanner.c/h files
Diffstat (limited to 'src/scanner.h')
| -rw-r--r-- | src/scanner.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/scanner.h b/src/scanner.h new file mode 100644 index 0000000..f42d9b9 --- /dev/null +++ b/src/scanner.h | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | #ifndef __VXGG_REWRITE___SCANNER_H___7164133769617___ | ||
| 2 | #define __VXGG_REWRITE___SCANNER_H___7164133769617___ | ||
| 3 | |||
| 4 | #include "ll.h" | ||
| 5 | #include <dirent.h> | ||
| 6 | |||
| 7 | dlinkedlist * scandirlist(const char * const dir, int (*selector)(const struct dirent *), int (*cmp)(const struct dirent **, const struct dirent **)); | ||
| 8 | |||
| 9 | #endif \ No newline at end of file | ||
