Angka  0.0.1
A C library focusing on data manipulation and visualization
standard.h
Go to the documentation of this file.
1 
7 #ifndef __STANDARD_H
8 #define __STANDARD_H
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
19 double agx_random(double min, double max);
20 
25 void agx_data_delete(void *__ptr);
26 
27 #ifdef __cplusplus
28 }
29 #endif
30 
31 #endif
double agx_random(double min, double max)
quick version of rand() in C
void agx_data_delete(void *__ptr)
deleting memory in pointer