}
#endif // !defined(_di_fll_execute_program_)
-#if !defined(_di_fll_execute_program_)
+#if !defined(_di_fll_execute_into_) || !defined(_di_fll_execute_program_)
void private_fll_execute_path_arguments_fixate(const f_string_static_t program_path, const f_string_statics_t arguments, const f_string_t last_slash, const bool fixated_is, f_string_static_t program_name, f_string_t fixed_arguments[]) {
memset(program_name.string, 0, sizeof(f_char_t) * (program_name.used + 1));
} // for
}
}
-#endif // !defined(_di_fll_execute_program_)
+#endif // !defined(_di_fll_execute_into_) || !defined(_di_fll_execute_program_)
#ifdef __cplusplus
} // extern "C"
* @return
* F_okay on success.
*
+ * @see fll_execute_into()
* @see fll_execute_program()
*/
-#if !defined(_di_fll_execute_program_)
+#if !defined(_di_fll_execute_into_) || !defined(_di_fll_execute_program_)
extern void private_fll_execute_path_arguments_fixate(const f_string_static_t program_path, const f_string_statics_t arguments, const f_string_t last_slash, const bool fixated_is, f_string_static_t program_name, f_string_t fixed_arguments[]) F_attribute_visibility_internal_d;
-#endif // !defined(_di_fll_execute_program_)
+#endif // !defined(_di_fll_execute_into_) || !defined(_di_fll_execute_program_)
#ifdef __cplusplus
} // extern "C"