ngspice/src/frontend/com_strcmp.h

8 lines
99 B
C

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