ngspice/src/misc/util.h

14 lines
281 B
C
Raw Normal View History

/*************
* Header file for util.c
* 2002 R. Oktas, <roktas@omu.edu.tr>
************/
2013-01-23 20:57:32 +01:00
#ifndef ngspice_UTIL_H
#define ngspice_UTIL_H
char *canonicalize_pathname(char *path);
char *absolute_pathname(char *string, char *dot_path);
2011-06-26 01:07:13 +02:00
char *ngdirname(const char *name);
2007-10-18 21:34:30 +02:00
#endif