Skip to content
Snippets Groups Projects
Commit 4cac96c3 authored by Yang Tse's avatar Yang Tse
Browse files

Sync with lib/setup_once.h

parent 5df4be11
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@
#define ISXDIGIT(x) (isxdigit((int) ((unsigned char)x)))
#define ISGRAPH(x) (isgraph((int) ((unsigned char)x)))
#define ISALPHA(x) (isalpha((int) ((unsigned char)x)))
#define ISPRINT(x) (isprint((int) ((unsigned char)x)))
#endif /* __SETUP_ONCE_H */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment