ngspice/src/frontend/com_strcmp.h

8 lines
85 B
C

#ifndef _COM_STRCMP_H
#define _COM_STRCMP_H
void com_strcmp(wordlist *wl);
#endif