Not sure why this was disabled, perhaps it was not implemented?
At least, enable the variable.
int main(const f_array_length argc, const f_string argv[]) {
fss_return_code_data data = fss_return_code_data_initialize;
- /*
if (f_pipe_exists()) {
data.process_pipe = f_true;
}
- */
return fss_return_code_main(argc, argv, &data);
}
int main(const f_array_length argc, const f_string argv[]) {
return_code_data data = return_code_data_initialize;
- /*
if (f_pipe_exists()) {
data.process_pipe = f_true;
}
- */
return return_code_main(argc, argv, &data);
}