Re-add filesize utility
This commit is contained in:
parent
7c9d314076
commit
57b364aaa0
3 changed files with 303 additions and 2 deletions
15
src/filesize/filesize.h
Executable file
15
src/filesize/filesize.h
Executable 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 --- */
|
||||
Loading…
Add table
Add a link
Reference in a new issue