help!

HI friends:

I use SUN workstation with sun5.7 system.
Somedays ago I installed gcc.2.95.3 on it,
but I could't use header file "ourhdr.h".
I want to know which header file work as
"ourhdr.h" and which header
file include functions err_quite(...) and err_sys(...) in gcc enviroment ?

thank you.

Can I make an assumption and say that you're just learning C or some equivalent language? Because some text books use "ourhdr.h" as an include file, but this is simply a combination of things that the author of the novel or the programmer put together to make their own life simpler.

To my knowledge, there is no "ourhdr.h". I don't know which header files contain the "err" header files off the top of my head, but any good text book should contain them.

You are great.
thanks for your help!

Anytime. I'm working on getting you the name of that header file. Also, you might want to check out www.cprogramming.com

That is a decent site with a message board something like this one, but this one is better in my own opinion! :smiley:

I think the header file you're looking for is "errno.h", but please double check that!