Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List C functions using man

Tags:

c

manpage

You can use man to view information about specific c functions, such as man strcmp. Is it possible to list all functions in a header or even just search for functions such as:

man string.h

or

man str*
like image 846
Jonathan. Avatar asked Dec 15 '25 13:12

Jonathan.


1 Answers

I thought I had tried this before asking:

You can just do man string or man stdio to get a list of functions in each header

like image 61
Jonathan. Avatar answered Dec 19 '25 07:12

Jonathan.



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!