mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-17 16:30:33 +00:00
added _assertStack and _getStackBottom
This commit is contained in:
parent
2a490753dc
commit
3a0978f855
@ -2,7 +2,7 @@
|
|||||||
* gno/gno.h This collection of declarations are for routines that
|
* gno/gno.h This collection of declarations are for routines that
|
||||||
* reside in libc, but are Apple IIgs or GNO specific.
|
* reside in libc, but are Apple IIgs or GNO specific.
|
||||||
*
|
*
|
||||||
* $Id: gno.h,v 1.1 1997/02/28 04:42:06 gdr Exp $
|
* $Id: gno.h,v 1.2 1997/12/21 19:58:15 gdr Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _GNO_GNO_H_
|
#ifndef _GNO_GNO_H_
|
||||||
@ -55,8 +55,10 @@ pascal int kernStatus(void) inline(0x0603, udispatch);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Stack Checking */
|
/* Stack Checking */
|
||||||
|
void _assertStack __P((unsigned int, int, const char *));
|
||||||
void _beginStackCheck __P((void));
|
void _beginStackCheck __P((void));
|
||||||
int _endStackCheck __P((void));
|
int _endStackCheck __P((void));
|
||||||
|
unsigned int _getStackBottom __P((void));
|
||||||
|
|
||||||
/* String Conversions */
|
/* String Conversions */
|
||||||
#define GIfree(a) free(a)
|
#define GIfree(a) free(a)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user