* A new version of mapmalloc.c that is derived from Unix 7th Edition code

has been introduced.
This commit is contained in:
Gunnar Ritter
2005-02-18 02:24:28 +00:00
parent 25b4451ffd
commit c9c2aae114
5 changed files with 456 additions and 60 deletions

View File

@@ -70,12 +70,12 @@
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* Sccsid @(#)ex_version.c 1.125 (gritter) 2/17/05
* Sccsid @(#)ex_version.c 1.126 (gritter) 2/18/05
*/
#include "ex.h"
static char *versionstring = "@(#)Version 4.0 (gritter) 2/17/05";
static char *versionstring = "@(#)Version 4.0 (gritter) 2/18/05";
void
printver(void)