setjmp.h 264 B

123456789101112
  1. /* $Id$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. #ifndef _SETJMP_H
  7. #define _SETJMP_H
  8. typedef char jmp_buf[256];
  9. #endif /* _SETJMP_H */