MCPcopy Index your code
hub / github.com/coreutils/coreutils / init_linep

Function init_linep

src/join.c:470–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470static struct line *
471init_linep (struct line **linep)
472{
473 struct line *line = xzalloc (sizeof *line);
474 *linep = line;
475 return line;
476}
477
478/* Read a line from FP into LINE and split it into fields.
479 Return true if successful. */

Callers 1

get_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected