where to see header files?

Hello.

I wonder where I can check the contents of header files such as <hw/8250.h>,
<devctl.h> etc…
Thanks.

Pasus

/usr/include directory

A couple of hints:

1 - if you are looking for an executable, type in:
type executablename
2 - if you are looking for any file type in
cd /
find . -name filename -print

HTH,

Jim

“Pasus” <pasus@mail.nu> wrote in message news:9vohhj$hgf$1@inn.qnx.com

Hello.

I wonder where I can check the contents of header files such as
hw/8250.h>,
devctl.h> etc…
Thanks.

Pasus