1 2 3 4 5 6
#ifndef _RCC_ICONV_H #define _RCC_ICONV_H int rccIConv(rcc_context ctx, iconv_t icnv, const char *buf, int len); #endif /* _RCC_ICONV_H */