趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
os_name.h
Go to the documentation of this file.
1 #ifndef HRK_OS_NAME_H
2 #define HRK_OS_NAME_H
3 
9 #include <string>
10 
11 
12 namespace hrk
13 {
14  extern const std::string os_name();
15 }
16 
17 #endif