mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 09:54:38 +00:00
6 lines
132 B
C
6 lines
132 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <3ds/types.h>
|
||
|
|
|
||
|
|
size_t strnlen(const char *string, size_t maxlen);
|
||
|
|
void progIdToStr(char *strEnd, u64 progId);
|