- WIP (dynamic function structure implementation; parameter parcing missing)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include "xmalloc.h"
|
||||
#include "xtypes.h"
|
||||
|
||||
void *xmalloc(size_t size)
|
||||
void* xmalloc(size_t size)
|
||||
{
|
||||
void *value = malloc(size);
|
||||
if (value == 0)
|
||||
|
Reference in New Issue
Block a user