Hitmap 1.3
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
Groups
Pages
extern
matrix_io
my_util.h
Go to the documentation of this file.
1
#include <stdio.h>
2
#include <unistd.h>
3
#include <malloc.h>
4
#include <stdlib.h>
5
#include <time.h>
6
#include <sys/time.h>
7
#include <sys/types.h>
8
#include <errno.h>
9
10
#define MIN(a,b) (((a)<(b))? (a) : (b))
11
#define MAX(a,b) (((a)>(b))? (a) : (b))
12
13
void
*
my_malloc
(
int
sz);
14
int
random_integer
(
int
low,
int
high);
15
double
random_double
(
double
low,
double
high);
16
int
str_to_mem_unit
(
char
*str);
random_integer
int random_integer(int low, int high)
Definition:
matrix_io.c:28
random_double
double random_double(double low, double high)
Definition:
matrix_io.c:38
str_to_mem_unit
int str_to_mem_unit(char *str)
Definition:
matrix_io.c:57
my_malloc
void * my_malloc(int sz)
Definition:
matrix_io.c:12
Generated on Thu Oct 11 2018 12:23:26 for Hitmap 1.3 by
1.8.5