repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add a missing section header table index conversion
[tangerine.git]
/
compiler
/
clib
/
__errno.h
blob
ae66c4308e813d83e11ae9778a640ccaafb2ab91
1
#ifndef ___ERRNO_H
2
#define ___ERRNO_H
3
4
/*
5
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6
$Id$
7
8
Desc: internal header file for errno
9
Lang: english
10
*/
11
12
#include <errno.h>
13
14
15
extern
int
IoErr2errno
(
int
ioerr
);
16
17
#endif
/* ___ERRNO_H */