Codebase list miniasm / 007604de-1d37-45a6-8479-d6a09488e685/main sys.h
007604de-1d37-45a6-8479-d6a09488e685/main

Tree @007604de-1d37-45a6-8479-d6a09488e685/main (Download .tar.gz)

sys.h @007604de-1d37-45a6-8479-d6a09488e685/mainraw · history · blame

#ifndef HL_SYS_H
#define HL_SYS_H

#ifdef __cplusplus
extern "C" {
#endif

double sys_cputime();
double sys_realtime();
void sys_init();
const char *sys_timestamp();

#ifdef __cplusplus
}
#endif

#endif