declared why2_calloc & why2_free
This commit is contained in:
parent
f04c5447f1
commit
3491d89a86
@ -2,5 +2,8 @@
|
|||||||
#define WHY2_MEMORY_H
|
#define WHY2_MEMORY_H
|
||||||
|
|
||||||
void *why2_malloc(unsigned long size);
|
void *why2_malloc(unsigned long size);
|
||||||
|
void *why2_calloc(unsigned long element, unsigned long size);
|
||||||
|
|
||||||
|
void why2_free(void *pointer);
|
||||||
|
|
||||||
#endif
|
#endif
|
Loading…
x
Reference in New Issue
Block a user