mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-03 01:36:58 +02:00
4 lines
99 B
C
4 lines
99 B
C
#pragma once
|
|
|
|
extern "C" const u32* fastSearch16(const u32* data, u32 length, const u32* pattern);
|