rl_command_func_t

Function signature for functions used with the rl_bind_key functions and various other functions.

extern (C)
alias rl_command_func_t = int function(int count, int c)

Meta