CompuServe Thread

Forum unknown · Telecommunications

setjmp.h and kermit

1 messages in this thread
#4841From: steve polingJan 10, 1986 8:35 PM
last I remember, you were complaining that you didn't have lattice's setjmp.h file and therefore you could not get kermit going. i downloaded kermit.lbr and found nothing (i thot) that was not in the uxkermit release from columbia university. are you still in need of setjmp.h? I have made one that works with Gary Sarff's setjmp.as}i It is really trivial (1 line), but it should be added to Gary's .asm file as a comment: typede,f int jmp_buf[16]; Lattice can't claim any infringement, since I got it out of a VAX. (DEC could i spose.) If you intend to use Aztec C, you want typedef long jmp_buf[16]; My own version of setjmp.h uses my own typedef long32 jmp_buf[16]; The long32 is a special typedef added to my std.h along with word16, byte8, and a few others. thanx, sdp