d28e961adc
also fix all warnings and use -Werror
7 lines
102 B
C
7 lines
102 B
C
#pragma once
|
|
|
|
#include <3ds/types.h>
|
|
#include <string.h>
|
|
|
|
void progIdToStr(char *strEnd, u64 progId);
|