Reorganize files and remove unused code
This commit is contained in:
+3
-1
@@ -32,4 +32,6 @@ For more information, please refer to <http://unlicense.org/>
|
||||
char *load_file(const char *file, size_t *size);
|
||||
|
||||
inline bool is_space(char c) { return c == ' ' || c == '\r' || c == '\t' || c == '\n'; }
|
||||
inline bool is_digit(char c) { return c >= '0' && c <= '9'; }
|
||||
inline bool is_digit(char c) { return c >= '0' && c <= '9'; }
|
||||
|
||||
float random_float(void);
|
||||
Reference in New Issue
Block a user