This is get_errno.c in view mode; [Download] [Up]
/****************************************************************************/ /* */ /* GNAT COMPILER COMPONENTS */ /* */ /* G E T _ E R R N O */ /* */ /* C Implementation File */ /* */ /* $Revision: 1.2 $ */ /* */ /* Copyright (c) 1992,1993,1994 NYU, All Rights Reserved */ /* */ /* GNAT is free software; you can redistribute it and/or modify it under */ /* terms of the GNU General Public License as published by the Free Soft- */ /* ware Foundation; either version 2, or (at your option) any later ver- */ /* sion. GNAT is distributed in the hope that it will be useful, but WITH- */ /* OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY */ /* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License */ /* for more details. You should have received a copy of the GNU General */ /* Public License distributed with GNAT; see file COPYING. If not, write */ /* to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* */ /****************************************************************************/ #include <errno.h> int get_errno() { return errno; } #if 0 ---------------------- -- REVISION HISTORY -- ---------------------- ---------------------------- revision 1.1 date: Tue May 3 20:51:28 1994; author: giering Initial revision ---------------------------- revision 1.2 date: Thu May 26 02:34:42 1994; author: dewar Reformat header to standard form Remove additional junk revision history section ---------------------------- ** New changes after this line and before endif. ** #endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.