Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

/projects/cubeos/src_current/libc/glue.h

Go to the documentation of this file.
00001 /*  src_experimental/libc/glue.h
00002     CubeOS Version 0.4.90 experimental
00003     Copyright (C) 1999,2000 Holger Kenn
00004 
00005     CubeOS is free software; you can redistribute it and/or
00006     modify it under the terms of the GNU Library General Public
00007     License as published by the Free Software Foundation; either
00008     version 2 of the License, or any later version.
00009 
00010     CubeOS is distributed in the hope that it will be useful,
00011     but WITHOUT ANY WARRANTY; without even the implied warranty of
00012     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013     Library General Public License for more details.
00014 
00015 */  
00016 /* glue.h -- common definitions for "glue" fucntions.
00017  *
00018  * Copyright (c) 1995 Cygnus Support
00019  *
00020  * The authors hereby grant permission to use, copy, modify, distribute,
00021  * and license this software and its documentation for any purpose, provided
00022  * that existing copyright notices are retained in all copies and that this
00023  * notice is included verbatim in any distributions. No written agreement,
00024  * license, or royalty fee is required for any of the authorized uses.
00025  * Modifications to this software may be copyrighted by their authors
00026  * and need not follow the licensing terms described here, provided that
00027  * the new terms are clearly indicated on the first page of each file where
00028  * they apply.
00029  */
00030 #include <_ansi.h>
00031 
00038 #ifndef NULL
00039 #  define NULL 0
00040 #endif
00041 
00042 #ifdef __NO_UNDERSCORE__
00043 #  define _end    end
00044 #  define _exit   exit
00045 #endif
00046 
00047 extern char _end[];                
00048 
00049 
00050 

Generated on Thu Feb 20 15:38:45 2003 for cubeOS by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002