Hi all,
If i use
I have good help fo C language. It is cool (sorry, very well).
But this method do not have description many functions. Example:
and all.
Sometime I use
for search needed me function, and see it realisation.
I read someone article (about development C in Linux), many people recomended use:
but I can not find this on FreeBSD.
How do you get help on C function in your FreeBSD?
P.S. Looking through the examples, sometimes you need to know that for any function and the module it belongs.
If i use
Code:
# man 3 printf
I have good help fo C language. It is cool (sorry, very well).
But this method do not have description many functions. Example:
Code:
# man 3 write
...
# man 3 read
...
# man 3 socket
and all.
Sometime I use
Code:
# grep -R socket /usr/include
I read someone article (about development C in Linux), many people recomended use:
Code:
-> c-cpp-reference
-> manpages-dev
but I can not find this on FreeBSD.
How do you get help on C function in your FreeBSD?
P.S. Looking through the examples, sometimes you need to know that for any function and the module it belongs.