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

Function key_init

src/sort.c:4423–4429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4421/* Initialize KEY. */
4422
4423static struct keyfield *
4424key_init (struct keyfield *key)
4425{
4426 memset (key, 0, sizeof *key);
4427 key->eword = SIZE_MAX;
4428 return key;
4429}
4430
4431int
4432main (int argc, char **argv)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected