Change directory structure
This commit is contained in:
6
sysmodules/loader/source/strings.h
Normal file
6
sysmodules/loader/source/strings.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <3ds/types.h>
|
||||
|
||||
size_t strnlen(const char *string, size_t maxlen);
|
||||
void progIdToStr(char *strEnd, u64 progId);
|
||||
Reference in New Issue
Block a user