Commit 3da5522a by Kaveh R. Ghazi Committed by Kaveh Ghazi

* calloc.c: Add a public domain notice.

From-SVN: r30069
parent e3d2508d
1999-10-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* calloc.c: Add a public domain notice.
Mon Oct 18 02:30:47 1999 Philippe De Muyter <phdm@macqel.be> Mon Oct 18 02:30:47 1999 Philippe De Muyter <phdm@macqel.be>
* setenv.c (sys/types.h, stdio.h): Include those files unconditionaly. * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
......
/* calloc -- allocate memory which has been initialized to zero.
This function is in the public domain. */
#include "ansidecl.h" #include "ansidecl.h"
#include "libiberty.h" #include "libiberty.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment