source: trunk/minix/lib/ack/libp/nfa.c@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 361 bytes
Line 
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
11extern _trp();
12
13_nfa(bool)
14{
15 if (! bool) _trp(EFUNASS);
16}
Note: See TracBrowser for help on using the repository browser.