mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-07 21:54:48 +02:00
Appiled some of dan's patches.
This commit is contained in:
+7
-2
@@ -7,9 +7,14 @@ Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#include "ngspice.h"
|
||||
#include "stdio.h"
|
||||
#include "string.h"
|
||||
#include "stringutil.h"
|
||||
|
||||
int
|
||||
prefix(register char *p, register char *s)
|
||||
|
||||
Reference in New Issue
Block a user