linux/bootstrap: use Forbid/Permit only when thread is main AROS thread
[AROS.git] / compiler / stdc / wcstombs.c
blob4d268440e25aa926eab2a0f0dfb1e6982d70ca28
1 /*
2 Copyright © 2007-2012, The AROS Development Team. All rights reserved.
3 $Id$
5 C99 function wcstombs().
6 */
8 /*****************************************************************************
10 NAME
11 #include <stdlib.h>
13 size_t wcstombs(
15 SYNOPSIS
16 char * restrict s,
17 const wchar_t * restrict pwcs,
18 size_t n)
20 FUNCTION
21 C99 function wcstombs
23 INPUTS
25 RESULT
27 NOTES
28 stdc.library currently only implements "C" locale
30 EXAMPLE
32 BUGS
34 SEE ALSO
36 INTERNALS
37 Implemented as static inline function to adapt to changing wchar_t
38 definitions
40 ******************************************************************************/