|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <glib.h>#include <gdkconfig.h>#include <stdlib.h>#include <ctype.h>Go to the source code of this file.
Macros | |
| #define | gdk_iswalnum(c) ((wchar_t)(c) <= 0xFF && isalnum(c)) |
| #define | gdk_iswspace(c) ((wchar_t)(c) <= 0xFF && isspace(c)) |
| #define gdk_iswalnum | ( | c | ) | ((wchar_t)(c) <= 0xFF && isalnum(c)) |