no longer required

This commit is contained in:
gdr 1996-09-03 04:52:42 +00:00
parent 8b04cea893
commit 4329ce7e29
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
/*
* Copyright 1996 Devin Reade <gdr@myrias.com>.
* All rights reserved.
*
* For copying and distribution information, see the file "COPYING"
* accompanying this file.
*
* $Id: install.h,v 1.2 1996/09/03 03:54:59 gdr Exp $
*/
#ifndef __GSOS__
#include <gsos.h>
#endif
/* these are from libc */
extern GSString255Ptr __C2GSMALLOC (char *s);
extern char * __GS2CMALLOC (GSString255Ptr g);
extern char * __GS2C (char *s, GSString255Ptr g);
extern int _mapErr (int err);