Importing Egor's testsuite.

This commit is contained in:
Christopher Faylor
2000-09-03 03:52:30 +00:00
parent 312a668a22
commit 42f03f6757
31 changed files with 6749 additions and 0 deletions

View File

@ -0,0 +1,15 @@
/* $Header$ */
/*
* (C) COPYRIGHT CRAY RESEARCH, INC.
* UNPUBLISHED PROPRIETARY INFORMATION.
* ALL RIGHTS RESERVED.
*/
#include <unistd.h>
char *
get_high_address()
{
return (char *)sbrk(0) + 16384;
}