Function extra::fileinput::input_vec

pub fn input_vec(files: ~[std::option::Option], f: &fn(&str) -> bool) -> bool

Iterate over a vector of files (an empty vector implies just stdin).

Fails when attempting to read from a file that can't be opened.