Files
ModManager/src/getHome.h
T
Marc 635b1adcaf [Untested] fixed the compiler/linter options and fixed the corresponding code.
the code fixes have not been tested. some are trivial orthers might be a bit worrying.
2022-10-05 13:55:04 +02:00

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);