Skip to main content

stuff

Function stuff 

Source
pub fn stuff(filename: &str) -> i32
Expand description

Stuff a whole file into the input queue. Port of stuff(char *fn) from Src/input.c:647 — read the file, echo it to stderr, push onto the input stack. WARNING: param names don’t match C — Rust=(filename) vs C=(fn)