Medial Code Documentation
Loading...
Searching...
No Matches
MedRunPath.h
1#ifndef __MED_RUN_PATH_H__
2#define __MED_RUN_PATH_H__
3
4#include <string>
5using namespace std;
6
7extern string run_current_path;
8
9#endif
Definition StdDeque.h:58