use same location as .configured, etc, to store .files-touched
[AROS.git] / compiler / clib / wctomb.c
blob578e4c512bcff15c80a4c8ca710643dbb1ef73f9
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 /*****************************************************************************
12 NAME */
14 #include <stdlib.h>
16 int wctomb(
18 /* SYNOPSIS */
19 char *s,
20 wchar_t wchar)
22 /* FUNCTION
24 INPUTS
26 RESULT
28 NOTES
29 Not implemented.
31 EXAMPLE
33 BUGS
35 SEE ALSO
37 INTERNALS
39 ******************************************************************************/
41 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");
43 return -1;