HomeSort by relevance Sort by last modified time
    Searched full:operator_function (Results 1 - 1 of 1) sorted by null

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

Completed in 3077 milliseconds