setjmp.h and other people's implementations

  • Thread starter Merrill & Michele
  • Start date
M

Merrill & Michele

Having slept for ten hours by 6 a.m. this morning, I had time for a morning
walk and C study. Having read my implementation's version of setjmp.h and
K&R B8, I thought it highly unlikely that sigsetjmp was going to get past
any compiler AND linker. Not having unix though means that I could be one
of few persons in this forum who doesn't have the words #define _sigsetjmp
_setjmp hiding in the header. Venus is the resplendent morning star while
Orion aims point blank at the moon. Q) How does one determine what exists
on someone else's header files short of actually procuring them?
 
C

CBFalconer

Merrill said:
.... snip irrelevancies ...
Q) How does one determine what exists on someone else's header
files short of actually procuring them?

By reading the C standard, which specifies the standard headers
that must exist and the things they must define.
 
M

Merrill & Michele

CBFalconer said:
... snip irrelevancies ...


By reading the C standard, which specifies the standard headers
that must exist and the things they must define.
I could not, in full bravado, claim that K&R shows only functions f1 and f2
declared in this standard header and that anything else is either of limited
utility or easily derived? It is, believe me, on my list to make an assault
on the full standard, but I'm not ready yet. MPJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,019
Latest member
RoxannaSta

Latest Threads

Top