wcstol.3 (1302dabd28a369708901ba5eb79d0646cc544644) wcstol.3 (279062fae149e105dae7c28b638d49ba5715725d)
1.\" Copyright (c) 2002 Tim J. Robbins
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

69functions are wide-character versions of the
70.Fn strtol ,
71.Fn strtoul ,
72.Fn strtoll ,
73.Fn strtoull ,
74.Fn strtoimax
75and
76.Fn strtoumax
1.\" Copyright (c) 2002 Tim J. Robbins
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

69functions are wide-character versions of the
70.Fn strtol ,
71.Fn strtoul ,
72.Fn strtoll ,
73.Fn strtoull ,
74.Fn strtoimax
75and
76.Fn strtoumax
77functions.
77functions, respectively.
78Refer to their manual pages (for example
79.Xr strtol 3 )
80for details.
81.Sh SEE ALSO
82.Xr strtol 3 ,
83.Xr strtoul 3
84.Sh STANDARDS
85The
86.Fn wcstol ,
87.Fn wcstoul ,
88.Fn wcstoll ,
89.Fn wcstoull ,
90.Fn wcstoimax
91and
92.Fn wcstoumax
93functions conform to
94.St -isoC-99 .
78Refer to their manual pages (for example
79.Xr strtol 3 )
80for details.
81.Sh SEE ALSO
82.Xr strtol 3 ,
83.Xr strtoul 3
84.Sh STANDARDS
85The
86.Fn wcstol ,
87.Fn wcstoul ,
88.Fn wcstoll ,
89.Fn wcstoull ,
90.Fn wcstoimax
91and
92.Fn wcstoumax
93functions conform to
94.St -isoC-99 .