clock.c - vx32 - Local 9vx git repository for patches.
 (HTM) git clone git://r-36.net/vx32
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       clock.c (108B)
       ---
            1 #include <time.h>
            2 #include "syscall.h"
            3 
            4 clock_t clock(void)
            5 {
            6         return syscall(VXSYSCLOCK, 0, 0, 0, 0, 0);
            7 }