blob: fac681cceaa1d39a1351f77b3d0f2410c1baa31c [file] [log] [blame]
#include <iconv.h>
int iconv_close(iconv_t cd)
{
return 0;
}