11 lines
107 B
C
11 lines
107 B
C
|
/* Author: Hans van Eck */
|
||
|
|
||
|
#include <pc_err.h>
|
||
|
|
||
|
extern trp();
|
||
|
|
||
|
_nfa(bool)
|
||
|
{
|
||
|
if (! bool) _trp(EFUNASS);
|
||
|
}
|