1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Added function declaration

This commit is contained in:
Dennis Potter 2018-07-04 16:34:38 +02:00
parent 08682bec9b
commit 12d256b64a

View file

@ -81,6 +81,8 @@ void * memory_alloc_aligned(struct memory_type *m, size_t len, size_t alignment)
int memory_free(void *ptr);
struct memory_allocation * memory_get_allocation(void *ptr);
#ifdef __cplusplus
}
#endif