mirror of
https://github.com/php/php-src.git
synced 2024-12-03 23:05:57 +08:00
4 lines
91 B
C
4 lines
91 B
C
/* utf8_to_utf16.h */
|
|
|
|
extern int utf8_to_utf16(unsigned short w[], char p[], int length);
|