Files
cell/source/qjs_time.h

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 */