mirror of
https://github.com/cavv-dev/Kekatsu-DS.git
synced 2025-06-18 08:45:33 -04:00
9 lines
254 B
C
9 lines
254 B
C
#pragma once
|
|
#include <calico/types.h>
|
|
|
|
void humanizeSize(char* sizeStr, size_t bufferSize, u64 sizeInBytes);
|
|
void lowerStr(char*);
|
|
void removeAccentsStr(char*);
|
|
void safeStr(char*);
|
|
void joinPath(char* joinedPath, const char* path1, const char* path2);
|