const f_string_static_t f_path_environment_s = macro_f_string_static_t_initialize(F_path_environment_s, 0, F_path_environment_s_length);
#endif // _di_f_path_environment_s_
+ #ifndef _di_f_path_home_s_
+ const f_string_static_t f_path_home_s = macro_f_string_static_t_initialize(F_path_home_s, 0, F_path_home_s_length);
+ #endif // _di_f_path_home_s_
+
#ifndef _di_f_path_home_wildcard_s_
const f_string_static_t f_path_home_wildcard_s = macro_f_string_static_t_initialize(F_string_ascii_tilde_s, 0, F_string_ascii_tilde_s_length);
#endif // _di_f_path_home_wildcard_s_
#define F_path_extension_separator_s_length 1
#define F_path_environment_s "PATH"
+ #define F_path_home_s "HOME"
#define F_path_home_wildcard_s F_string_ascii_tilde_s
#define F_path_present_working_s "PWD"
#define F_path_present_working_old_s "OLDPWD"
#define F_path_environment_s_length 4
+ #define F_path_home_s_length 4
#define F_path_home_wildcard_s_length F_string_ascii_tilde_s_length
#define F_path_present_working_s_length 3
#define F_path_present_working_old_s_length 6
extern const f_string_static_t f_path_environment_s;
#endif // _di_f_path_environment_s_
+ #ifndef _di_f_path_home_s_
+ extern const f_string_static_t f_path_home_s;
+ #endif // _di_f_path_home_s_
+
#ifndef _di_f_path_home_wildcard_s_
extern const f_string_static_t f_path_home_wildcard_s;
#endif // _di_f_path_home_wildcard_s_