c2mir_getc_func_t

Reader callback: returns the next char of source, or EOF.

extern (C)
alias c2mir_getc_func_t = int function
(
void* data
)