coreutils / injectable_functions /paste_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
78d2150 verified
[
{
"function_name": "collapse_escapes",
"function_signature": "static int collapse_escapes (char const *strptr)",
"include_line": "#include \"../tests/paste/tests_for_collapse_escapes.c\""
},
{
"function_name": "paste_parallel",
"function_signature": "static bool paste_parallel (size_t nfiles, char **fnamptr)",
"include_line": "#include \"../tests/paste/tests_for_paste_parallel.c\""
},
{
"function_name": "paste_serial",
"function_signature": "static bool paste_serial (size_t nfiles, char **fnamptr)",
"include_line": "#include \"../tests/paste/tests_for_paste_serial.c\""
},
{
"function_name": "usage",
"function_signature": "void usage (int status)",
"include_line": "#include \"../tests/paste/tests_for_usage.c\""
}
]