Imported Upstream version 2.9.0
[debian/cc1111] / device / lib / pic16 / libm / errno.c
1 /*-------------------------------------------------------------------------
2
3    errno.c :- just declares errno as a variable                
4
5    This library is free software; you can redistribute it and/or modify it
6    under the terms of the GNU Library General Public License as published by the
7    Free Software Foundation; either version 2, or (at your option) any
8    later version.
9    
10    This library is distributed in the hope that it will be useful,
11    but WITHOUT ANY WARRANTY; without even the implied warranty of
12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13    GNU Library General Public License for more details.
14    
15    You should have received a copy of the GNU Library General Public License
16    along with this program; if not, write to the Free Software
17    Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18    
19 -------------------------------------------------------------------------*/
20
21 /*
22 ** $Id: errno.c 3654 2005-01-24 10:38:53Z vrokas $
23 */
24
25 int errno;