Re-add filesize utility

This commit is contained in:
Aidan C. Mullen 2025-03-08 09:26:26 -05:00
parent 7c9d314076
commit 57b364aaa0
3 changed files with 303 additions and 2 deletions

15
src/filesize/filesize.h Executable file
View file

@ -0,0 +1,15 @@
/**
* @author : Aidan Mullen (git@acm.contact)
* @file : sfileize
* @created : Wednesday Jun 19, 2024 21:13:29 EDT
*/
#ifndef FILESIZE_H
#define FILESIZE_H
#endif /* end of include guard SIZE_H */
int get_size_fallback(void);
/* --- end of SIZE_H --- */