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*
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*
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