6 lines
76 B
C
6 lines
76 B
C
#ifndef UNICODE_H
|
|
#define UNICODE_H
|
|
|
|
ssize_t strulen(u16*, ssize_t);
|
|
|
|
#endif |