Skip to main content

bin_example

Function bin_example 

Source
pub fn bin_example(nam: &str, args: &[String], ops: &options, func: i32) -> i32
Expand description

Port of bin_example(char *nam, char **args, Options ops, UNUSED(int func)) from Src/Modules/example.c:42.

C signature mirrored verbatim:

static int
bin_example(char *nam, char **args, Options ops, UNUSED(int func))