Merge pull request #2211 from astavonin/master

export buf_len from ptr
This commit is contained in:
Brian Anderson 2012-04-15 16:18:39 -07:00
commit 79a6fe5c7b

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 {
}
}
}
}
}