run_utils.h

Go to the documentation of this file.
00001 #ifndef RUN_UTILS_C_H
00002 #define RUN_UTILS_C_H
00003 
00013 #include "cpp_extern_macro.h"
00014 BEGIN_C_DECLS;                  
00016 extern int deg(int degree);
00017 extern int rad(double radian);
00018 extern int to_deg(int div16);
00019 extern double to_rad(int div16);
00020 extern int sec(double second);
00021 extern void mWait(int msec);
00022 
00023 END_C_DECLS;                    
00024 #endif /* !RUN_UTILS_C_H */
00025 

Generated on Mon Apr 13 22:52:04 2009 by  doxygen 1.5.7.1