f826e432aa44 ^
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef __SHARED_H #define __SHARED_H #include <string> #include "util.hh" void run(Strings args); extern string programId; #endif /* !__SHARED_H */