The beginning of doxygenation:
As a first step, added an @file description for each file.
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
####COPYRIGHTEND####*/
|
||||
#include <stddef.h>
|
||||
|
||||
/** @file memcopy.c Custom memcopy function */
|
||||
|
||||
/* copy len bytes from src to offset of dest if there is enough space. */
|
||||
/* returns 0 if there is not enough space, or the number of bytes copied. */
|
||||
size_t memcopy(
|
||||
|
||||
Reference in New Issue
Block a user