TuxSH d28e961adc Use <string.h> & <3ds/exheader.h>, fix some bugs, etc.
also fix all warnings and use -Werror
2019-03-15 23:03:23 +01:00

7 lines
102 B
C

#pragma once
#include <3ds/types.h>
#include <string.h>
void progIdToStr(char *strEnd, u64 progId);