MCPcopy Create free account
hub / github.com/beefytech/Beef / IsWhitespace

Function IsWhitespace

IDEHelper/Compiler/BfParser.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26USING_NS_BF;
27
28static bool IsWhitespace(char c)
29{
30 return (c == ' ') || (c == '\t') || (c == '\n') || (c == '\r');
31}
32
33static bool IsWhitespaceOrPunctuation(char c)
34{

Callers 3

SetCursorIdxMethod · 0.70
HandlePreprocessorMethod · 0.70
NextTokenMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected