MCPcopy Create free account
hub / github.com/coreutils/coreutils / newline_or_blank

Function newline_or_blank

src/numfmt.c:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213static bool dev_debug = false;
214
215static bool
216newline_or_blank (mcel_t g)
217{
218 return g.ch == '\n' || c32issep (g.ch);
219}
220
221static inline int
222default_scale_base (enum scale_type scale)

Callers

nothing calls this directly

Calls 1

c32issepFunction · 0.85

Tested by

no test coverage detected