I’m reading expert c, and got through setjump and longjump section, so want make the code running on my ubuntu 11.10, but when I include setjump.h, the gcc compiler complain that it can’t find the header file, I find there is not a setjump.h in the /user/include/ directory.
So what should I do? Can you give me some suggestions?
I’m reading expert c, and got through setjump and longjump section, so want make
Share
From the
setjmp(3)man page: