We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3516c86 commit 39a434fCopy full SHA for 39a434f
src/common.h
@@ -7,7 +7,7 @@
7
#include "./la.h"
8
9
#ifdef _WIN32
10
- int isalnum(int c);
+# include <ctype.h> //currently for isalnum only
11
#endif // _WIN32
12
13
#define SCREEN_WIDTH 800
0 commit comments