repo.or.cz
/
ruby-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* string.c (rb_str_splice_0): call rb_str_drop_bytes, not rb_str_drop.
[ruby-svn.git]
/
wince
/
errno.c
blob
705b25428e617764908403a9074d051a7cc218b6
1
/***************************************************************
2
errno.c
3
***************************************************************/
4
5
#include <errno.h>
6
7
8
int
errno
;
9
int
_doserrno
;
10
int
_sys_nerr
;
11