#include "race.h"
#include "int_types.h"
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
ssize_t | fread_dyn (char **destp, size_t *n, FILE *stream) |
double | get_time (void) |
void * | xcalloc (size_t nelems, size_t size) |
void * | xmalloc (size_t size) |
void * | xrealloc (void *ptr, size_t size) |
int | xstrcasecmp (const char *a, const char *b) |
char * | xstrcat2 (const char *s1, const char *s2) |
char * | xstrdup (const char *a) |
duplicates a string and returns a pointer to the new string | |
int | xstrncasecmp (const char *a, const char *b, size_t len) |
ssize_t fread_dyn | ( | char ** | destp, | |
size_t * | n, | |||
FILE * | stream | |||
) |
void* xcalloc | ( | size_t | nelems, | |
size_t | size | |||
) |
char* xstrcat2 | ( | const char * | s1, | |
const char * | s2 | |||
) |
char* xstrdup | ( | const char * | a | ) |
int xstrncasecmp | ( | const char * | a, | |
const char * | b, | |||
size_t | len | |||
) |