#include <math.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <time.h>
#include <utility.h>
Go to the source code of this file.
Functions | |
double | get_time (void) |
void | hook_pre_global () |
char * | strtok_r (char *str, const char *delim, char **nextp) |
void | yp_usleep (int usec) |
void hook_pre_global | ( | void | ) |
char* strtok_r | ( | char * | str, |
const char * | delim, | ||
char ** | nextp | ||
) |