mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 09:54:38 +00:00
7 lines
135 B
C
7 lines
135 B
C
#pragma once
|
|
|
|
#include <3ds/types.h>
|
|
#include <string.h>
|
|
|
|
u8 *memsearch(u8 *startPos, const void *pattern, u32 size, u32 patternSize);
|