[go: up one dir, main page]

bin

Macro bin 

Source
macro_rules! bin {
    ($util:ident) => { ... };
}
Expand description

Execute utility code for util.

This macro expands to a main function that invokes the uumain function in util Exits with code returned by uumain.