9 lines
120 B
C
9 lines
120 B
C
#ifndef QJS_TIME_H
|
|
#define QJS_TIME_H
|
|
|
|
#include "cell.h"
|
|
|
|
JSValue js_time_use(JSContext *ctx);
|
|
|
|
#endif /* QJS_TIME_H */
|