9 lines
98 B
C
9 lines
98 B
C
|
|
#ifndef _COM_LET_H
|
||
|
|
#define _COM_LET_H
|
||
|
|
|
||
|
|
#include <wordlist.h>
|
||
|
|
|
||
|
|
void com_let(wordlist *wl);
|
||
|
|
|
||
|
|
#endif
|