Archived
1
0
Fork 0

docs: changed headers.

This commit is contained in:
Henrik Hautakoski 2011-03-20 21:12:47 +02:00
parent a0577471e2
commit a5201deaee
10 changed files with 31 additions and 31 deletions

View file

@ -1,5 +1,5 @@
xalloc - safe memory allocation
-------------------------------
===============================
This module implements malloc and friends + some extensions.
If `__DEBUG__` symbol is defined. The functions will provide extended
@ -10,7 +10,7 @@ some reason, this makes the need for client-code to check for `NULL` pointers re
by these functions redundant.
Functions
~~~~~~~~~
---------
`xmalloc()`::