c-template
|
#include <stdlib.h>
#include <stdbool.h>
Go to the source code of this file.
Data Structures | |
struct | memory_object |
Typedefs | |
typedef struct memory_object | memory_object |
Functions | |
int | free_memory_object_data (memory_object *obj) |
memory_object | new_memory_object (void *input) |
typedef struct memory_object memory_object |
int free_memory_object_data | ( | memory_object * | obj | ) |
memory_object new_memory_object | ( | void * | input | ) |