mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
commit
59751d60f3
1 changed files with 2 additions and 1 deletions
3
wc/wc.rs
3
wc/wc.rs
|
@ -15,7 +15,8 @@ extern crate getopts;
|
||||||
extern crate libc;
|
extern crate libc;
|
||||||
|
|
||||||
use std::str::from_utf8;
|
use std::str::from_utf8;
|
||||||
use std::io::{print, stdin_raw, File, BufferedReader};
|
use std::io::{print, File, BufferedReader};
|
||||||
|
use std::io::stdio::stdin_raw;
|
||||||
use StdResult = std::result::Result;
|
use StdResult = std::result::Result;
|
||||||
use getopts::Matches;
|
use getopts::Matches;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue