import libiberty from egcs

This commit is contained in:
Ian Lance Taylor
2000-02-22 15:59:20 +00:00
parent 252b5132c7
commit e2eaf47799
33 changed files with 4434 additions and 381 deletions

View File

@ -1,3 +1,6 @@
/* calloc -- allocate memory which has been initialized to zero.
This function is in the public domain. */
#include "ansidecl.h"
#include "libiberty.h"