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

Function swap_lines

src/uniq.c:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 proper_name ("David MacKenzie")
42
43static void
44swap_lines (struct linebuffer **a, struct linebuffer **b)
45{
46 struct linebuffer *tmp = *a;
47 *a = *b;
48 *b = tmp;
49}
50
51/* Number of fields to skip on each line when doing comparisons. */
52static idx_t skip_fields = false;

Callers 1

check_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected