summaryrefslogtreecommitdiff
path: root/frontends/kolibrios/kolibri_iconv.c
blob: cf5f2d3947022d911de7a761bdcefb7385921e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*The libiconv.a file that we have in built-libs defines these functions as libiconv_*()
Maybe best is to call the libiconv() functions from here rather than hacking NS sources.
As this is a KolibriOS dependent issue.
*/
#include<iconv.h>
int iconv_close (iconv_t __cd)
{

}