acl dir to include
This commit is contained in:
5
include/acl/array.h
Normal file
5
include/acl/array.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifndef array_h
|
||||
#define array_h
|
||||
void* acl_arraylist_create(size_t array_size, size_t sizeof_one_element);
|
||||
void* acl_arraylist_append(void *arraylist_void, void *element_void);
|
||||
#endif
|
||||
Reference in New Issue
Block a user