DOC: add brief/file comments

This commit is contained in:
2014-05-25 02:15:24 +02:00
parent 89447a7abb
commit 13b54fa7f5
12 changed files with 87 additions and 0 deletions

View File

@@ -19,6 +19,13 @@
* MA 02110-1301 USA
*/
/**
* @file mem.c
* This file provides functions for
* memory management.
* @brief memory management
*/
#include "mem.h"
#include <stdio.h>