mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-01-10 08:29:29 +01: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);
|