This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
strtonum does not require limits.h
spotted by ray some time ago
OPENBSD_4_0
tedu
18 years ago
parent
854f853894
commit
09917d2c4e
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/lib/libc/stdlib/strtonum.3
+ 1
- 2
src/lib/libc/stdlib/strtonum.3
View File
@ -1,4 +1,4 @@
.\" $OpenBSD: strtonum.3,v 1.1
2 2005/10/26 11:37:58 jmc
Exp $
.\" $OpenBSD: strtonum.3,v 1.1
3 2006/04/25 05:15:42 tedu
Exp $
.\"
.\" Copyright (c) 2004 Ted Unangst
.\"
@ -22,7 +22,6 @@
.Nd "reliably convert string value to an integer"
.Sh SYNOPSIS
.Fd #include <stdlib.h>
.Fd #include <limits.h>
.Ft long long
.Fo strtonum
.Fa "const char *nptr"
Write
Preview
Loading…
Cancel
Save