repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated MSpec submodule to 528e64de
[rbx.git]
/
shotgun
/
lib
/
io.h
blob
d91eafae324f7c2485ad63f6b72d312ea2030ade
1
OBJECT
io_new
(
STATE
,
int
fd
,
const char
*
mode
);
2
void
io_initialize
(
STATE
,
int
fd
);
3
OBJECT
io_wrap
(
STATE
,
OBJECT io
,
int
fd
,
const char
*
mode
);
4
5
#define io_to_fd(io) N2I(io_get_descriptor(io))