Sync with lib/setup_once.h

pull/1/head
Yang Tse 19 years ago
parent 77ac18117c
commit 000ac3f39d
  1. 1
      setup_once.h

@ -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 */

Loading…
Cancel
Save