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