示例#1
0
文件: capi.c 项目: jeffhammond/ga
double tcg_time()
{
    return TCGTIME_();
}
示例#2
0
Integer MTIME_()
{
    return (Integer) (TCGTIME_()*100.0); /* time in centiseconds */
}