mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
Only open files when necessary
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
|
||||
#include "extern/err.h"
|
||||
|
||||
FILE *linkerScript;
|
||||
|
||||
static inline bool isWhiteSpace(int c)
|
||||
{
|
||||
return c == ' ' || c == '\t';
|
||||
|
||||
Reference in New Issue
Block a user