mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-04 03:03:32 +02:00
14 lines
281 B
C
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
|