You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
netsurf/frontends/kolibrios/kolibri_iconv.c

13 lines
278 B

/*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)
{
}