mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 06:40:42 -07:00
7 lines
117 B
C++
7 lines
117 B
C++
#pragma once
|
|
|
|
#include <vector>
|
|
#include <string>
|
|
|
|
int spicecfg_run(const std::vector<std::string> &sextet_devices);
|