00001 /*------------------------------------------------------------------------*/ 00013 #ifndef NEWTICONV_H 00014 #define NEWTICONV_H 00015 00016 00017 /* ヘッダファイル */ 00018 #include "NewtType.h" 00019 00020 00021 #ifdef HAVE_LIBICONV 00022 #include <iconv.h> 00023 00024 00025 /* マクロ */ 00026 00027 00028 /* 関数プロトタイプ */ 00029 00030 #ifdef __cplusplus 00031 extern "C" { 00032 #endif 00033 00034 00035 char * NewtIconv(iconv_t cd, char* src, size_t srclen, size_t* dstlenp); 00036 00037 00038 #ifdef __cplusplus 00039 } 00040 #endif 00041 00042 00043 #endif /* HAVE_LIBICONV */ 00044 #endif /* NEWTICONV_H */ 00045
1.5.0