I have tried to get the manual for the function stdint.h
typing $ man stdint
and $ man 3 stdint
but doesn't work. I get nothing. And I have tried the same for some of their functions like int8_t
but I still getting nothing.
Although I am able to find those manuals online, I would like to know how to do that in the terminal.
What is wrong? What is the correct way?