ngspice/src/misc/mktemp.h

12 lines
163 B
C

/*************
* Header file for mktemp.c
* 1999 E. Rouat
************/
#ifndef MKTEMP_H_INCLUDED
#define MKTEMP_H_INCLUDED
char * smktemp(char *id);
#endif