mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-28 07:47:02 -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