趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
sign.h
Go to the documentation of this file.
1 #ifndef HRK_SIGN_H
2 #define HRK_SIGN_H
3 
10 namespace hrk
11 {
12  int sign(int value);
13 }
14 
15 #endif