Ardour
9.0-pre0-582-g084a23a80d
|
#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)) |