Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Macros | Functions
my_util.c File Reference
#include "my_util.h"
Include dependency graph for my_util.c:

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)
 

Macro Definition Documentation

#define MY_UTIL_MAIN

Definition at line 1 of file my_util.c.

Function Documentation

void* my_malloc ( int  sz)

Routines to read/write matrix.

ejim Wed Mar 4 15:16:14 PST 1998

Definition at line 4 of file my_util.c.

double random_double ( double  low,
double  high 
)

Definition at line 30 of file my_util.c.

Here is the call graph for this function:

int random_integer ( int  low,
int  high 
)

Definition at line 20 of file my_util.c.

Here is the call graph for this function:

int str_to_mem_unit ( char *  str)

Definition at line 49 of file my_util.c.