wcstombs.3 (8b8109275c1a583e96171df08e3136151c02279e) wcstombs.3 (b9384efc1c264c63a53d8c420461ef9c0c17c2b1)
1.\" Copyright (c) 2002-2004 Tim J. Robbins. All rights reserved.
2.\" Copyright (c) 1993
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" This code is derived from software contributed to Berkeley by
6.\" Donn Seeley of BSDI.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 27 unchanged lines hidden (view full) ---

36.\" From @(#)multibyte.3 8.1 (Berkeley) 6/4/93
37.\" From FreeBSD: src/lib/libc/locale/multibyte.3,v 1.22 2003/11/08 03:23:11 tjr Exp
38.\" $FreeBSD$
39.\"
40.Dd April 8, 2004
41.Dt WCSTOMBS 3
42.Os
43.Sh NAME
1.\" Copyright (c) 2002-2004 Tim J. Robbins. All rights reserved.
2.\" Copyright (c) 1993
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" This code is derived from software contributed to Berkeley by
6.\" Donn Seeley of BSDI.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 27 unchanged lines hidden (view full) ---

36.\" From @(#)multibyte.3 8.1 (Berkeley) 6/4/93
37.\" From FreeBSD: src/lib/libc/locale/multibyte.3,v 1.22 2003/11/08 03:23:11 tjr Exp
38.\" $FreeBSD$
39.\"
40.Dd April 8, 2004
41.Dt WCSTOMBS 3
42.Os
43.Sh NAME
44.Nm wcstombs ,
44.Nm wcstombs
45.Nd convert a wide-character string to a character string
46.Sh LIBRARY
47.Lb libc
48.Sh SYNOPSIS
49.In stdlib.h
50.Ft size_t
45.Nd convert a wide-character string to a character string
46.Sh LIBRARY
47.Lb libc
48.Sh SYNOPSIS
49.In stdlib.h
50.Ft size_t
51.Fn wcstombs "char * restrict mbstring" "const wchar_t * restrict wcstring" "size_t nbytes"
51.Fo wcstombs
52.Fa "char * restrict mbstring" "const wchar_t * restrict wcstring"
53.Fa "size_t nbytes"
54.Fc
52.Sh DESCRIPTION
53The
54.Fn wcstombs
55function converts a wide character string
56.Fa wcstring
57into a multibyte character string,
58.Fa mbstring ,
59beginning in the initial conversion state.

--- 32 unchanged lines hidden ---
55.Sh DESCRIPTION
56The
57.Fn wcstombs
58function converts a wide character string
59.Fa wcstring
60into a multibyte character string,
61.Fa mbstring ,
62beginning in the initial conversion state.

--- 32 unchanged lines hidden ---