00001 //-------------------------------------------------------------------------- 00013 #ifndef NEWTLIB_H 00014 #define NEWTLIB_H 00015 00016 00017 /* ヘッダファイル */ 00018 #include "NewtType.h" 00019 00020 00021 /* 関数プロトタイプ */ 00022 00023 #ifdef __cplusplus 00024 extern "C" { 00025 #endif 00026 00027 00028 void newt_install(void); 00029 00030 00031 #ifdef __cplusplus 00032 } 00033 #endif 00034 00035 00036 #endif /* NEWTLIB_H */ 00037
1.5.0