Files
ImHex-Patterns/includes/hex/http.pat
2022-09-14 14:01:54 +02:00

11 lines
150 B
Rust

#pragma once
#include <hex/impl/imhex_check.pat>
namespace hex::http {
fn get(str url) {
return builtin::hex::http::get(url);
};
}