iconv.def 187 B

12345678
  1. ; iconv.def (emx+gcc)
  2. LIBRARY ICONV
  3. DESCRIPTION 'OS/2 port of libiconv <http://www.gnu.org/software/libiconv/>'
  4. EXPORTS
  5. libiconv_open @1
  6. libiconv @2
  7. libiconv_close @3
  8. libiconvctl @4