projects
/
c11tester.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
more documentation
[c11tester.git]
/
mymemory.h
diff --git
a/mymemory.h
b/mymemory.h
index
f928797
..
c159e53
100644
(file)
--- a/
mymemory.h
+++ b/
mymemory.h
@@
-1,3
+1,7
@@
+/** @file mymemory.h
+ * @brief Memory allocation functions.
+ */
+
#ifndef _MY_MEMORY_H
#define _MY_MEMORY_H
#include <stdlib.h>