Skip to content
Snippets Groups Projects
Commit cdc6209f authored by Paul Sajna's avatar Paul Sajna
Browse files

fix comment

parent cc5a4e92
No related branches found
No related tags found
1 merge request!102implement rand and srand using the rand crate
//! stdlib implementation for Redox, following http://pubs.opengroup.org/onlinepubs/7908799/xsh/stdlib.h.html
#![no_std]
#![feature(core_intrinsics)]
#![feature(global_allocator)]
///! stdlib implementation for Redox, following http://pubs.opengroup.org/onlinepubs/7908799/xsh/stdlib.h.html
extern crate ctype;
extern crate errno;
extern crate platform;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment