ngspice/src/misc/tilde.h

13 lines
170 B
C

/*************
* Header file for tilde.c
* 1999 E. Rouat
************/
#ifndef TILDE_H_INCLUDED
#define TILDE_H_INCLUDED
char * tilde_expand(char *string);
#endif