muon/include/functions/boolean.h
2021-09-11 11:32:30 -05:00

7 lines
159 B
C

#ifndef MUON_FUNCTIONS_BOOLEAN_H
#define MUON_FUNCTIONS_BOOLEAN_H
#include "functions/common.h"
extern const struct func_impl_name impl_tbl_boolean[];
#endif