MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / test2

Function test2

extlibs/lua/src/liolib.c:440–444  ·  view source on GitHub ↗

** Accept current char if it is in 'set' (of size 2) */

Source from the content-addressed store, hash-verified

438** Accept current char if it is in 'set' (of size 2)
439*/
440static int test2 (RN *rn, const char *set) {
441 if (rn->c == set[0] || rn->c == set[1])
442 return nextc(rn);
443 else return 0;
444}
445
446
447/*

Callers 1

read_numberFunction · 0.85

Calls 1

nextcFunction · 0.85

Tested by

no test coverage detected