9 lines
188 B
Modula-2
9 lines
188 B
Modula-2
|
; iconv.def (emx+gcc)
|
||
|
LIBRARY ICONV
|
||
|
DESCRIPTION 'OS/2 port of libiconv <https://www.gnu.org/software/libiconv/>'
|
||
|
EXPORTS
|
||
|
libiconv_open @1
|
||
|
libiconv @2
|
||
|
libiconv_close @3
|
||
|
libiconvctl @4
|