Skip to content

Commit

Permalink
just use ctype
Browse files Browse the repository at this point in the history
  • Loading branch information
IRooc committed Feb 18, 2023
1 parent 3516c86 commit 39a434f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.h
Expand Up @@ -7,7 +7,7 @@
#include "./la.h"

#ifdef _WIN32
int isalnum(int c);
# include <ctype.h> //currently for isalnum only
#endif // _WIN32

#define SCREEN_WIDTH 800
Expand Down

0 comments on commit 39a434f

Please sign in to comment.