![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/usr/share/emscripten/system/include/compat/ |
Upload File : |
#ifndef _COMPAT_CTYPE_H_ #define _COMPAT_CTYPE_H_ #define _CTYPE_A 0x00000400 /* Alpha */ #define _CTYPE_C 0x00000002 /* Control */ #define _CTYPE_D 0x00000800 /* Digit */ #define _CTYPE_L 0x00000200 /* Lower */ #define _CTYPE_P 0x00000004 /* Punct */ #define _CTYPE_S 0x00002000 /* Space */ #define _CTYPE_U 0x00000100 /* Upper */ #define _CTYPE_X 0x00001000 /* X digit */ #define _CTYPE_B 0x00000001 /* Blank */ #define _CTYPE_R 0x00004000 /* Print */ #include_next <ctype.h> /* We undef these until libcxx is fixed. Without this, some things can fail to compile correctly, like Boost. Issue #1716. */ #undef isalpha #undef isblank #undef iscntrl #undef isdigit #undef isgraph #undef islower #undef isprint #undef ispunct #undef isspace #undef isupper #undef isxdigit #undef isctype #endif /* _COMPAT_CTYPE_H_ */