15 lines
279 B
C
Executable file
15 lines
279 B
C
Executable file
/**
|
|
* @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 --- */
|