#include <stdio.h>
#include <fcntl.h>
#include <termios.h>
#include <unistd.h>
#include <time.h>
#include <sys/time.h>
#include "util.h"
Go to the source code of this file.
Functions | |
int | util_getch (void) |
double | util_timestamp () |
int | util_timestamp_int () |
int util_getch | ( | void | ) |
double util_timestamp | ( | ) |
int util_timestamp_int | ( | ) |