Files
ImHex-Patterns/includes/std/http.pat

7 lines
99 B
Plaintext

namespace std::http {
fn get(str url) {
return builtin::std::http::get(url);
};
}