diff options
Diffstat (limited to 'src/iconv.c')
-rw-r--r-- | src/iconv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/iconv.c b/src/iconv.c new file mode 100644 index 0000000..f9c1052 --- /dev/null +++ b/src/iconv.c @@ -0,0 +1,2 @@ +#define main iconv_main +#include "../iconv/iconv.c" |