mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-27 23:37:04 -05:00
includes/std: Added std::mem::eof function
This commit is contained in:
7
includes/libstd/mem.pat
Normal file
7
includes/libstd/mem.pat
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
namespace std::mem {
|
||||||
|
|
||||||
|
fn eof() {
|
||||||
|
return $ >= std::mem::size();
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user