php-src/ext/intl/uchar/uchar.h
Sara Golemon ebb60ac7dd Add IntlChar class to intl extension
Exposes ICU's uchar functionality as a set of static methods
2015-01-16 14:37:44 -08:00

9 lines
149 B
C

#ifndef incl_PHP_INTL_UCHAR_H
#define incl_PHP_INTL_UCHAR_H
#include "php.h"
int php_uchar_minit(INIT_FUNC_ARGS);
#endif // incl_PHP_INTL_UCHAR_H