635b1adcaf
the code fixes have not been tested. some are trivial orthers might be a bit worrying.
9 lines
133 B
C
9 lines
133 B
C
|
|
|
|
/**
|
|
* @brief Get the user home dir regardless if he used sudo.
|
|
*
|
|
* @return char* path to the home dir
|
|
*/
|
|
char * getHome(void);
|