mirror of
https://github.com/spicetools/spicetools.git
synced 2026-03-22 02:14:22 -05:00
9 lines
126 B
C++
9 lines
126 B
C++
#pragma once
|
|
|
|
#include <vector>
|
|
#include <string>
|
|
|
|
namespace netutils {
|
|
std::vector<std::string> get_local_addresses();
|
|
}
|