OSDN Git Service

touaTeX + Y&Y TeX.
[putex/putex.git] / src / texsourc / c-errno.h
1 /* c-errno.h: <errno.h> and the errno variable.
2
3    Copyright 1992 Karl Berry
4    Copyright 2007 TeX Users Group
5    Copyright 2014 Clerk Ma
6
7    This program is free software; you can redistribute it and/or modify
8    it under the terms of the GNU General Public License as published by
9    the Free Software Foundation; either version 2 of the License, or
10    (at your option) any later version.
11
12    This program is distributed in the hope that it will be useful, but
13    WITHOUT ANY WARRANTY; without even the implied warranty of
14    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15    General Public License for more details.
16
17    You should have received a copy of the GNU General Public License
18    along with this program; if not, write to the Free Software
19    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
20    02110-1301 USA.  */
21
22 #ifndef C_ERRNO_H
23 #define C_ERRNO_H
24
25 #include <errno.h>
26 #ifndef errno
27   extern int errno;
28 #endif
29
30 #endif /* not C_ERRNO_H */