mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-04-02 13:37:41 -05:00
includes/std: Moved stdlib to std folder, added all builtin functions
This commit is contained in:
7
includes/std/http.pat
Normal file
7
includes/std/http.pat
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace std::http {
|
||||
|
||||
fn get(str url) {
|
||||
return builtin::std::http::get(url);
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user