D
Daniel Rudy
....is that there is no single man page that lists the stdlib functions
that I can reference. I'm working in a Unix environment.
that I can reference. I'm working in a Unix environment.
Daniel said:...is that there is no single man page that lists the stdlib functions
that I can reference. I'm working in a Unix environment.
...is that there is no single man page that lists the stdlib functions
that I can reference. I'm working in a Unix environment.
The one problem that I have with C is that there is no single man page
that lists the stdlib functions that I can reference. I'm working in
a Unix environment.
Daniel said:...is that there is no single man page that lists the stdlib functions
that I can reference. I'm working in a Unix environment.
"Michael Mair":
This is not really a C problem. It is a problem of your not
having a good reference.
For the C99 stdlib:
http://www.dinkumware.com/refxc.html
or google for "N869" in order to find the last public draft
of the C99 standard.
POSIX or GNU extensions: OT here, but similarly easy to find/RTFM.
Apart from that: Get a good C Book.
Merrill said:K&R2 admits that its list of functions is not complete but begins the
appendices with the proviso that the others are of limited utility or easily
derived from the others. MPJ
lookupDaniel said:...is that there is no single man page that lists the stdlib functions
that I can reference. I'm working in a Unix environment.
Quoth Daniel Rudy on or about 2004-11-23:
Under Debian, the manpages-posix-dev package
http://packages.debian.org/unstable/doc/manpages-posix-dev
provides /usr/share/man/man7/stdlib.h.7posix.gz, which in the `SEE ALSO'
section lists (presumably) all the stdlib.h functions:
<limits.h> , <math.h> , <stddef.h> , <sys/types.h> ,
<sys/wait.h> , the System Interfaces volume of
IEEE Std 1003.1-2001, _Exit(), a64l(), abort(),
abs(), atexit(), atof(), atoi(), atol(), atoll(),
bsearch(), calloc(), div(), drand48(), erand48(),
exit(), free(), getenv(), getsubopt(), grantpt(),
initstate(), jrand48(), l64a(), labs(), lcong48(),
ldiv(), llabs(), lldiv(), lrand48(), malloc(),
mblen(), mbstowcs(), mbtowc(), mkstemp(), mrand48(),
nrand48(), posix_memalign(), ptsname(), putenv(),
qsort(), rand(), realloc(), realpath(), setstate(),
srand(), srand48(), srandom(), strtod(), strtof(),
strtol(), strtold(), strtoll(), strtoul(), str-
toull(), unlockpt(), wcstombs(), wctomb()
...is that there is no single man page that lists the stdlib functions
that I can reference. I'm working in a Unix environment.
[...]Michael Mair said:This is not really a C problem. It is a problem of your not
having a good reference.
For the C99 stdlib:
http://www.dinkumware.com/refxc.html
or google for "N869" in order to find the last public draft
of the C99 standard.
Daniel Rudy said:...is that there is no single man page that lists the stdlib functions
that I can reference. I'm working in a Unix environment.
...is that there is no single man page that lists the stdlib functions
that I can reference. I'm working in a Unix environment.
This is not really a C problem. It is a problem of your not
having a good reference.
For the C99 stdlib:
http://www.dinkumware.com/refxc.html
or google for "N869" in order to find the last public draft
of the C99 standard.
POSIX or GNU extensions: OT here, but similarly easy to find/RTFM.
Apart from that: Get a good C Book.
Daniel said:At about the time of 11/23/2004 7:39 AM, Michael Mair stated the following:
I have a couple of good C books, but they are geared to teaching the
language, not being used as a reference. Infact, I haven't seen any C
book that is not geared to learning the language, and I've seen a few.
The closest that I have found that has a library reference is C by
Discovery by L.S. Foster.
One of the usual recommendations is "C, A Reference Manual", byAt about the time of 11/23/2004 7:39 AM, Michael Mair stated the following:
I have a couple of good C books, but they are geared to teaching the
language, not being used as a reference. Infact, I haven't seen any C
book that is not geared to learning the language, and I've seen a few.
The closest that I have found that has a library reference is C by
Discovery by L.S. Foster.
In said:At about the time of 11/23/2004 7:39 AM, Michael Mair stated the following:
I have a couple of good C books, but they are geared to teaching the
language, not being used as a reference. Infact, I haven't seen any C
book that is not geared to learning the language, and I've seen a few.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.