Luma3DS/injector/source/strings.h

6 lines
132 B
C
Raw Normal View History

2016-09-06 14:09:29 +02:00
#pragma once
#include <3ds/types.h>
size_t strnlen(const char *string, size_t maxlen);
void progIdToStr(char *strEnd, u64 progId);