MCPcopy Create free account
hub / github.com/TASEmulators/fceux / Sum

Function Sum

src/conddebug.cpp:461–464  ·  view source on GitHub ↗

Handle + and - operators */

Source from the content-addressed store, hash-verified

459
460/* Handle + and - operators */
461static Condition* Sum(const char** str)
462{
463 return InfixOperator(str, Term, SumOperators);
464}
465
466/* Check for <=, =>, ==, !=, > and < operators */
467static int CompareOperators(const char** str)

Callers

nothing calls this directly

Calls 1

InfixOperatorFunction · 0.85

Tested by

no test coverage detected