Browse Source

strtonum does not require limits.h

spotted by ray some time ago
OPENBSD_4_0
tedu 18 years ago
parent
commit
09917d2c4e
1 changed files with 1 additions and 2 deletions
  1. +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.12 2005/10/26 11:37:58 jmc Exp $
.\" $OpenBSD: strtonum.3,v 1.13 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"


Loading…
Cancel
Save