ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/src/memory.C
(Generate patch)

Comparing ermyth/src/memory.C (file contents):
Revision 1.2 by pippijn, Sat Jul 21 01:29:12 2007 UTC vs.
Revision 1.3 by pippijn, Sat Jul 21 13:23:22 2007 UTC

3 * Rights to this code are documented in doc/pod/license.pod. 3 * Rights to this code are documented in doc/pod/license.pod.
4 * 4 *
5 * Memory functions. 5 * Memory functions.
6 */ 6 */
7 7
8static char const rcsid[] = "$Id"; 8static char const rcsid[] = "$Id: memory.C,v 1.3 2007/07/21 13:23:22 pippijn Exp $";
9 9
10#include "atheme.h" 10#include "atheme.h"
11 11
12/* does malloc()'s job and dies if malloc() fails */ 12/* does malloc()'s job and dies if malloc() fails */
13void * 13void *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines