export buf_len from ptr

This commit is contained in:
Alexander Stavonin 2012-04-15 16:40:47 +09:00
parent 46e358f012
commit 5b308ec24a

View File

@ -9,6 +9,8 @@ export is_null;
export is_not_null;
export memcpy;
export memmove;
export buf_len;
export position;
import libc::c_void;
@ -154,4 +156,4 @@ fn test_buf_len() unsafe {
}
}
}
}
}