Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #25558
Ticket #25558
: iconv.c
File iconv.c,
98 bytes
(added by
kitchen.andy@…
,
12 years ago
)
Line
1
#include
<iconv.h>
2
int
main
(
void
)
{
3
iconv_t t
=
iconv_open
(
"UTF-8"
,
"UTF-8"
);
4
return
0
;
5
}
Download in other formats:
Original Format