Pristine Ack-5.5
[Ack-5.5.git] / util / ego / il / il3_aux.h
1 /* $Id: il3_aux.h,v 1.4 1994/06/24 10:25:51 ceriel Exp $ */
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 /*  I N L I N E   S U B S T I T U T I O N
7  *
8  *  I L 3 _ A U X . H
9  */
10
11 extern line_p last_line();      /* (line_p list) 
12                                  * Find the last line of a list.
13                                  */
14 extern app_list();              /* (line_p list,l)
15                                  * Put list after l
16                                  */
17 extern rem_line();              /* (line_p l)
18                                  * Remove a line from a (doubly linked)
19                                  * list.
20                                  */