Skip to content

Commit a0a4d34

Browse files
committed
Add std::ctypes
1 parent 2124839 commit a0a4d34

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/lib/ctypes.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// FIXME: This can't be right
2+
type size_t = uint;
3+
type ssize_t = int;
4+

src/lib/std.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ mod comm;
2929
mod either;
3030
mod option;
3131
mod util;
32+
mod ctypes;
3233

3334
// Authorize various rule-bendings.
3435

0 commit comments

Comments
 (0)