You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
281 B
13 lines
281 B
/*************
|
|
* Header file for util.c
|
|
* 2002 R. Oktas, <roktas@omu.edu.tr>
|
|
************/
|
|
|
|
#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
|