strtoul.3 (274b6244d3d8d81474b580ed282a83e99da41b62) | strtoul.3 (f167d7fb3e81bd884d7b76b78f1216c5afc5db3d) |
---|---|
1.\" Copyright (c) 1990, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" Chris Torek and the American National Standards Committee X3, 6.\" on Information Processing Systems. 7.\" 8.\" Redistribution and use in source and binary forms, with or without --- 27 unchanged lines hidden (view full) --- 36.\" @(#)strtoul.3 8.1 (Berkeley) 6/4/93 37.\" $FreeBSD$ 38.\" 39.Dd June 4, 1993 40.Dt STRTOUL 3 41.Os 42.Sh NAME 43.Nm strtoul, strtouq | 1.\" Copyright (c) 1990, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" Chris Torek and the American National Standards Committee X3, 6.\" on Information Processing Systems. 7.\" 8.\" Redistribution and use in source and binary forms, with or without --- 27 unchanged lines hidden (view full) --- 36.\" @(#)strtoul.3 8.1 (Berkeley) 6/4/93 37.\" $FreeBSD$ 38.\" 39.Dd June 4, 1993 40.Dt STRTOUL 3 41.Os 42.Sh NAME 43.Nm strtoul, strtouq |
44.Nd convert a string to an unsigned long or uquad_t integer | 44.Nd "convert a string to an unsigned long or uquad_t integer" |
45.Sh LIBRARY 46.Lb libc 47.Sh SYNOPSIS 48.Fd #include <stdlib.h> 49.Fd #include <limits.h> 50.Ft unsigned long 51.Fn strtoul "const char *nptr" "char **endptr" "int base" 52 --- 114 unchanged lines hidden --- | 45.Sh LIBRARY 46.Lb libc 47.Sh SYNOPSIS 48.Fd #include <stdlib.h> 49.Fd #include <limits.h> 50.Ft unsigned long 51.Fn strtoul "const char *nptr" "char **endptr" "int base" 52 --- 114 unchanged lines hidden --- |