Properly close directories when installing badges

This commit is contained in:
2024-06-17 10:52:10 -04:00
parent a563683d32
commit e613a525a5
5 changed files with 35 additions and 20 deletions

View File

@@ -29,9 +29,9 @@
#include "common.h"
ssize_t strulen(const u16 *, ssize_t);
size_t strulen(const u16 *, ssize_t);
void struacat(u16 * input, const char * addition);
void printu(u16 * input);
u16 * strucat(u16 * destination, const u16 * source);
size_t strucat(u16 * destination, const u16 * source);
#endif