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

Function newline_or_blank

src/join.c:308–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308static bool
309newline_or_blank (mcel_t g)
310{
311 return g.ch == '\n' || c32issep (g.ch);
312}
313
314/* Fill in the 'fields' structure in LINE. */
315

Callers

nothing calls this directly

Calls 1

c32issepFunction · 0.85

Tested by

no test coverage detected