mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
8 lines
149 B
C
8 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
|