8 lines
85 B
C
8 lines
85 B
C
|
|
#ifndef _COM_STRCMP_H
|
||
|
|
#define _COM_STRCMP_H
|
||
|
|
|
||
|
|
|
||
|
|
void com_strcmp(wordlist *wl);
|
||
|
|
|
||
|
|
#endif
|