13 lines
157 B
C
13 lines
157 B
C
|
|
/*************
|
||
|
|
* Header file for where.c
|
||
|
|
* 1999 E. Rouat
|
||
|
|
************/
|
||
|
|
|
||
|
|
#ifndef WHERE_H_INCLUDED
|
||
|
|
#define WHERE_H_INCLUDED
|
||
|
|
|
||
|
|
void com_where(void);
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|