spicetools/easrv/smartea.h

9 lines
93 B
C
Raw Permalink Normal View History

2024-08-28 15:10:34 +00:00
#pragma once
#include <string>
namespace smartea {
bool check_url(std::string url);
}