Use dos.library/CreateNewProc() instead of alib/CreateNewProcTags()
[tangerine.git] / compiler / clib / wcstombs.c
blobbf2535f1620f3d7b8981ab24d2cb98e2f11e2b93
1 /*
2 Copyright © 2007, The AROS Development Team. All rights reserved.
3 $Id$
5 ISO/ANSI C function wcstombs().
6 */
8 #include <aros/debug.h>
10 #include <stdlib.h>
12 size_t wcstombs(char *s, const wchar_t *pwcs, size_t n) {
13 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");
15 return (size_t) -1;