diff options
Diffstat (limited to 'malloc.h')
-rw-r--r-- | malloc.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +/* + * Copyright (c) Jon Santmyer. + * This source file is released under the LGPL Version 3 as detailed in + * the LICENSE file provided in the following repository: + * https://git.jonsantmyer.com/heap/ + * */ + #ifndef _MALLOC_H #define _MALLOC_H 1 |