Resolution of merge conflicts with pre-master: no tstrdup*() in code models.
This commit is contained in:
parent
bc5fc3ff0f
commit
1f63acf0b5
|
|
@ -105,10 +105,6 @@ void *calloc_pj(size_t s1, size_t s2);
|
|||
void *realloc_pj(void *ptr, size_t s);
|
||||
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);
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
|
|
|||
Loading…
Reference in New Issue