Added Rcs Id

This commit is contained in:
ceriel
1987-03-31 10:45:53 +00:00
parent 9f84c51255
commit 3b8fab2c0d
114 changed files with 114 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#define ALIGN(sz) (((sz) + (sizeof(long) - 1) / sizeof(long)) * sizeof(long))
char *
calloc(nelem, elsize)