xref: /PHP-7.4/ext/intl/uchar/uchar.h (revision ebb60ac7)
1 #ifndef incl_PHP_INTL_UCHAR_H
2 #define incl_PHP_INTL_UCHAR_H
3 
4 #include "php.h"
5 
6 int php_uchar_minit(INIT_FUNC_ARGS);
7 
8 #endif // incl_PHP_INTL_UCHAR_H
9