1
Fork 0

Add std::ctypes

This commit is contained in:
Brian Anderson 2011-10-04 13:08:51 -07:00
parent 2124839cd7
commit a0a4d34e14
2 changed files with 5 additions and 0 deletions

4
src/lib/ctypes.rs Normal file
View file

@ -0,0 +1,4 @@
// FIXME: This can't be right
type size_t = uint;
type ssize_t = int;

View file

@ -29,6 +29,7 @@ mod comm;
mod either;
mod option;
mod util;
mod ctypes;
// Authorize various rule-bendings.