Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4423
static struct keyfield *
4424
key_init (struct keyfield *key)
4425
{
4426
memset (key, 0, sizeof *key);
4427
key->eword = SIZE_MAX;
4428
return key;
4429
}
4430
4431
int
4432
main (int argc, char **argv)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected