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