GRUTinizer
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ProgramPath.h
Go to the documentation of this file.
1 #ifndef _PROGRAM_PATH_H_
2 #define _PROGRAM_PATH_H_
3 
4 #include <string>
5 
6 std::string program_path();
7 
8 #endif /* _PROGRAM_PATH_H_ */