affbe5f5创建于 2025年3月25日历史提交
/*************
* Header file for com_shell.c
************/

#ifndef ngspice_COM_SHELL_H
#define ngspice_COM_SHELL_H

void com_shell(wordlist *wl);

#endif