21db0d45bd
- see release notes - ( ͡° ͜ʖ ͡°)( ͡° ͜ʖ ͡°)( ͡° ͜ʖ ͡°) - (∩ ͡° ͜ʖ ͡°)⊃━☆゚ - ( ͡ᵔ ͜ʖ ͡ᵔ) ♫┌( ͡° ͜ʖ ͡°)┘♪ ♫└( ͡° ͜ʖ ͡°)┐♪
7 lines
133 B
C
7 lines
133 B
C
#pragma once
|
|
|
|
#include <3ds/types.h>
|
|
|
|
size_t strnlen(const char *string, size_t maxlen);
|
|
void progIdToStr(char *strEnd, u64 progId);
|