hello.
is is possible to get the source code for the iconv() API in C
im trying to determine cases where errors arise and what they mean.
for example I have some spurious error where iconv complains about "No such file or directory"

im guessing its related to input or output buffers but I would like to try double check against the code of this standard api.

any thoughts appreciated.

thank you.