source:
trunk/minix/lib/ack/libp/nfa.c@
16
Last change on this file since 16 was 9, checked in by , 14 years ago | |
---|---|
File size: 361 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | /* $Header: /cvsup/minix/src/lib/ack/libp/nfa.c,v 1.1 2005/10/10 15:27:47 beng Exp $ */ |
2 | /* | |
3 | * (c) copyright 1990 by the Vrije Universiteit, Amsterdam, The Netherlands. | |
4 | * See the copyright notice in the ACK home directory, in the file "Copyright". | |
5 | */ | |
6 | ||
7 | /* Author: Hans van Eck */ | |
8 | ||
9 | #include <pc_err.h> | |
10 | ||
11 | extern _trp(); | |
12 | ||
13 | _nfa(bool) | |
14 | { | |
15 | if (! bool) _trp(EFUNASS); | |
16 | } |
Note:
See TracBrowser
for help on using the repository browser.