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

Function isalphaorunderscore

src/lua-engine.cpp:1630–1633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1628}
1629
1630static inline bool isalphaorunderscore(char c)
1631{
1632 return isalpha(c) || c == '_';
1633}
1634
1635#define APPENDPRINT { int _n = snprintf(ptr, remaining,
1636#define END ); if(_n >= 0) { ptr += _n; remaining -= _n; } else { remaining = 0; } }

Callers 1

toCStringConverterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected