提交 5f609373 编写于 作者: P Patrick Walton

stdlib: Add getenv(3) to win32_os.

上级 ffbbf42e
......@@ -19,6 +19,8 @@
fn fseek(FILE f, int offset, int whence) -> int;
fn ftell(FILE f) -> int;
fn getenv(sbuf n) -> sbuf;
fn _pipe(vbuf fds, uint size, int mode) -> int;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册