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

Function cut_characters

src/cut.c:929–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

927}
928
929static void
930cut_characters (FILE *stream)
931{
932 cut_characters_mode (stream, false);
933}
934
935/* Read from STREAM, printing to standard output any selected fields,
936 using a multibyte-aware field delimiter parser. */

Callers

nothing calls this directly

Calls 1

cut_characters_modeFunction · 0.85

Tested by

no test coverage detected