9 lines
159 B
C
9 lines
159 B
C
|
/**
|
||
|
** Public domain
|
||
|
**/
|
||
|
/* $OpenBSD: dispatchException.c,v 1.1 2006/11/28 20:29:31 matthieu Exp $ */
|
||
|
|
||
|
#include "opaque.h"
|
||
|
|
||
|
volatile char dispatchException;
|