diff options
Diffstat (limited to 'doc/manual/example4/function.h')
-rw-r--r-- | doc/manual/example4/function.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual/example4/function.h b/doc/manual/example4/function.h new file mode 100644 index 0000000..8db77a1 --- /dev/null +++ b/doc/manual/example4/function.h @@ -0,0 +1,2 @@ +void* custom_allocate(int num_bytes); +void custom_free(void* data); |