mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-05 11:15:09 +02:00
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
This commit is contained in:
+2
-2
@@ -6,9 +6,9 @@ Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
* String functions
|
||||
*/
|
||||
|
||||
#include "ngspice.h"
|
||||
#include <ngspice/ngspice.h>
|
||||
#include "stringutil.h"
|
||||
#include "dstring.h"
|
||||
#include <ngspice/dstring.h>
|
||||
|
||||
int
|
||||
prefix(register char *p, register char *s)
|
||||
|
||||
Reference in New Issue
Block a user