xref: /vim-8.2.3635/src/proto/vim9execute.pro (revision 98be7fec)
1/* vim9execute.c */
2int call_def_function(ufunc_T *ufunc, int argc, typval_T *argv, typval_T *rettv);
3void ex_disassemble(exarg_T *eap);
4int tv2bool(typval_T *tv);
5int check_not_string(typval_T *tv);
6/* vim: set ft=c : */
7