mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-05 03:12:07 +02:00
13 lines
195 B
C
13 lines
195 B
C
/*************
|
|
* Header file for mktemp.c
|
|
* 1999 E. Rouat
|
|
************/
|
|
|
|
#ifndef ngspice_MKTEMP_H
|
|
#define ngspice_MKTEMP_H
|
|
|
|
char * smktemp(char *id);
|
|
char * smktemp2(char *id, int n);
|
|
|
|
#endif
|