00001 #ifndef IATAN_2_H 00002 #define IATAN_2_H 00003 00013 #include "cpp_extern_macro.h" 00014 BEGIN_C_DECLS; 00015 00016 extern int iatan2(int y, int x); 00017 00018 END_C_DECLS; 00019 #endif /* !IATAN_2_H */ 00020