/* tag: Tom Lord Tue Dec 4 14:41:33 2001 (char-class-locale.h) */ /* char-class-locale.h - * **************************************************************** * Copyright (C) 2000 Tom Lord * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #ifndef INCLUDE__OS__CHAR_CLASS_LOCALE_H #define INCLUDE__OS__CHAR_CLASS_LOCALE_H #include "hackerlab/machine/types.h" /* automatically generated __STDC__ prototypes */ extern int char_is_alnum_locale (t_uchar c); extern int char_is_alpha_locale (t_uchar c); extern int char_is_control_locale (t_uchar c); extern int char_is_digit_locale (t_uchar c); extern int char_is_graph_locale (t_uchar c); extern int char_is_lower_locale (t_uchar c); extern int char_is_printable_locale (t_uchar c); extern int char_is_punct_locale (t_uchar c); extern int char_is_space_locale (t_uchar c); extern int char_is_upper_locale (t_uchar c); extern int char_is_xdigit_locale (t_uchar c); #endif /* INCLUDE__OS__CHAR_CLASS_LOCALE_H */