X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/355c3af79e91b2c650648015e48708b81ff4cb7e:/malloc.c..995db5990865ab0772e0f0902ba39c1fb9336fa3:/alloc.c diff --git a/malloc.c b/alloc.c similarity index 97% rename from malloc.c rename to alloc.c index 7de2e13..e5c018f 100644 --- a/malloc.c +++ b/alloc.c @@ -1,5 +1,5 @@ /* - * malloc.c: implementation of malloc.h + * alloc.c: implementation of alloc.h */ #include @@ -10,7 +10,7 @@ #include #include "agedu.h" -#include "malloc.h" +#include "alloc.h" extern void fatal(const char *, ...);