Added setting position while duplicating file handles with FMF_WRITE mode. It's neede...
[cake.git] / compiler / clib / mbtowc.c
blob1e9a80d20175648e82a2700067558f637f2c6793
1 /*
2 Copyright © 2007, The AROS Development Team. All rights reserved.
3 $Id$
5 ISO/ANSI C function mbtowc().
6 */
8 #include <aros/debug.h>
10 #include <stdlib.h>
12 int mbtowc(wchar_t *pwc, const char *s, size_t n) {
13 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");
15 return -1;