diff options
Diffstat (limited to 'src/iconv/iconv.c')
| -rw-r--r-- | src/iconv/iconv.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/iconv/iconv.c b/src/iconv/iconv.c new file mode 100644 index 00000000..bdf57b13 --- /dev/null +++ b/src/iconv/iconv.c @@ -0,0 +1,11 @@ +#include <iconv.h> + +size_t iconv(iconv_t cd, char ** restrict inbuf, size_t * restrict inbytesleft, char ** restrict outbuf, size_t * restrict outbytesleft) +{ + return 0; +} + +/* +XOPEN(4) +POSIX(200809) +*/ |
