8 lines
98 B
C
8 lines
98 B
C
#ifndef QJS_UTF8_H
|
|
#define QJS_UTF8_H
|
|
|
|
#include "cell.h"
|
|
|
|
JSValue js_utf8_use(JSContext*);
|
|
|
|
#endif |