Files
ngspice/src/misc/util.h
T
2013-12-31 12:54:32 +01:00

14 lines
281 B
C

/*************
* Header file for util.c
* 2002 R. Oktas, <[email protected]>
************/
#ifndef ngspice_UTIL_H
#define ngspice_UTIL_H
char *canonicalize_pathname(char *path);
char *absolute_pathname(char *string, char *dot_path);
char *ngdirname(const char *name);
#endif