#include <glib.h>#include <gdkconfig.h>#include <stdlib.h>#include <ctype.h>Go to the source code of this file.
Defines | |
| #define | gdk_iswalnum(c) ((wchar_t)(c) <= 0xFF && isalnum(c)) |
| #define | gdk_iswspace(c) ((wchar_t)(c) <= 0xFF && isspace(c)) |
1.5.1