13 lines
172 B
C
13 lines
172 B
C
|
|
/*************
|
||
|
|
* Header file for linear.c
|
||
|
|
* 1999 E. Rouat
|
||
|
|
************/
|
||
|
|
|
||
|
|
#ifndef LINEAR_H_INCLUDED
|
||
|
|
#define LINEAR_H_INCLUDED
|
||
|
|
|
||
|
|
void com_linearize(wordlist *wl);
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|