"man" pages for setjmp.h

J

JS

I was told that it was possible to get a list of standard functions i C if
I wrote "man"... but where and what should I write after man to get a
brief description of the standard functions?

JS
 
U

Ulrich Eckhardt

JS said:
I was told that it was possible to get a list of standard functions i C
if I wrote "man"... but where and what should I write after man to get a
brief description of the standard functions?

Manpages are by no means part of C. Rather, man is a traditional way to
access documentation under Unix an Unix-like operating systems. There, you
type e.g. 'man strcmp' on the commandline to access the documentation for
strcmp. See 'man man' for further info.

Uli
 
J

JS

Manpages are by no means part of C. Rather, man is a traditional way to
access documentation under Unix an Unix-like operating systems. There, you
type e.g. 'man strcmp' on the commandline to access the documentation for
strcmp. See 'man man' for further info.

Uli


I just installed manpage-dev and now I can get info about setjmp by
writing "man setjmp"
 

Ask a Question

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.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top