MCPcopy Create free account
hub / github.com/Singular/Singular / yywrap

Function yywrap

Singular/scanner.cc:630–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628 #undef yywrap
629 extern "C" {
630 int yywrap() { return exitVoice(); }
631 }
632
633 #undef YY_INPUT

Callers 4

scanner.ccFile · 0.85
inputFunction · 0.85
libparse.ccFile · 0.85
inputFunction · 0.85

Calls 1

exitVoiceFunction · 0.85

Tested by

no test coverage detected