Go to the source code of this file.
Functions | |
int | wordexp_ros (const char *words, wordexp_t *pwordexp, int flags) |
Provide wordexp-like behavior, with one difference: in the case that $HOME is not defined - use $ROS_HOME before falling back to looking up the PWD entry for the user. More... | |
int wordexp_ros | ( | const char * | words, |
wordexp_t * | pwordexp, | ||
int | flags | ||
) |
Provide wordexp-like behavior, with one difference: in the case that $HOME is not defined - use $ROS_HOME before falling back to looking up the PWD entry for the user.
Definition at line 20 of file wordexp_ros.cpp.