Esempio n. 1
0
 void add_table_fact(func_decl* r, unsigned num_args, unsigned args[]) {
     m_context.add_table_fact(r, num_args, args);
 }