X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=alloc.h;fp=alloc.h;h=9f95e69dd8553188c5a3b1d8763720279fe287a4;hb=a24bd5195f9990159a974c98751f1473f29b9fa4;hp=0000000000000000000000000000000000000000;hpb=a70d1cdb22b2aa77a34d483403a182e335babf8e;p=calc.git diff --git a/alloc.h b/alloc.h new file mode 100644 index 0000000..9f95e69 --- /dev/null +++ b/alloc.h @@ -0,0 +1,10 @@ +#ifndef __ALLOC_H__ +#define __ALLOC_H__ + +#include + +void *callocordie (size_t count, size_t size); + +#endif /* __ALLOC_H__ */ + +/* vim: set ts=4 sw=4 et: */