Skip to content

Commit 39a434f

Browse files
committed
just use ctype
1 parent 3516c86 commit 39a434f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "./la.h"
88

99
#ifdef _WIN32
10-
int isalnum(int c);
10+
# include <ctype.h> //currently for isalnum only
1111
#endif // _WIN32
1212

1313
#define SCREEN_WIDTH 800

0 commit comments

Comments
 (0)