8 lines
91 B
C
8 lines
91 B
C
|
|
#ifndef _COM_HARDCOPY_H
|
||
|
|
#define _COM_HARDCOPY_H
|
||
|
|
|
||
|
|
|
||
|
|
void com_hardcopy(wordlist *wl);
|
||
|
|
|
||
|
|
#endif
|