diff options
Diffstat (limited to 'runtime/alloc.h')
-rw-r--r-- | runtime/alloc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/alloc.h b/runtime/alloc.h index ce3bbb38..b6abc848 100644 --- a/runtime/alloc.h +++ b/runtime/alloc.h @@ -1,4 +1,8 @@ /* -*- linux-c -*- */ +/** @file alloc.h + * @brief Memory allocation functions. + * @todo Should really be alloc.c for consistency. + */ enum errorcode { ERR_NONE=0, ERR_NO_MEM }; enum errorcode _stp_error = ERR_NONE; |