Searched refs:operator_function (Results 1 - 1 of 1) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/example/
H A Dcalculator.c132 const OperatorFunction *const operator_function = local
134 if (strcmp(operator_function->operator, operator_string) == 0) {
135 return operator_function->function;

Completed in 50 milliseconds