mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
Resolution of merge conflicts with pre-master: no tstrdup*() in code models.
This commit is contained in:
@@ -105,10 +105,6 @@ void *calloc_pj(size_t s1, size_t s2);
|
|||||||
void *realloc_pj(void *ptr, size_t s);
|
void *realloc_pj(void *ptr, size_t s);
|
||||||
void free_pj(void *ptr);
|
void free_pj(void *ptr);
|
||||||
|
|
||||||
char *tstrdup(const char *str_in);
|
|
||||||
char *tstrdup_raw(const char *str_in);
|
|
||||||
const char *ngspice_version(void);
|
|
||||||
|
|
||||||
FILE *fopen_with_path(const char *path, const char *mode);
|
FILE *fopen_with_path(const char *path, const char *mode);
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
|
|||||||
Reference in New Issue
Block a user