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

#ifndef ngspice_TYPESDEF_H
#define ngspice_TYPESDEF_H

void com_dftype(wordlist *wl);
void com_stype(wordlist *wl);


#endif