aboutsummaryrefslogtreecommitdiff
path: root/src/lib/sys.rs
blob: 84da28f72536f9f0b533563785692995ba05d96c (plain) (blame)
1
2
3
4
5
6
7
native "rust" mod rustrt {
  fn last_os_error() -> str;
  fn size_of[T]() -> uint;
  fn align_of[T]() -> uint;
  fn refcount[T](@T t) -> uint;
}