Hitmap 1.3
|
#include "my_util.h"
Go to the source code of this file.
Macros | |
#define | MY_UTIL_MAIN |
Functions | |
void * | my_malloc (int sz) |
int | random_integer (int low, int high) |
double | random_double (double low, double high) |
int | str_to_mem_unit (char *str) |
void* my_malloc | ( | int | sz | ) |
double random_double | ( | double | low, |
double | high | ||
) |
int random_integer | ( | int | low, |
int | high | ||
) |