aaa
Some checks failed
pyrite-dev/taiga/pipeline/head There was a failure building this commit

This commit is contained in:
Nishi 2026-03-02 01:08:36 +09:00
commit 110a170af4
Signed by: nishi
GPG key ID: 27EF69B208EB9343
5 changed files with 41 additions and 2 deletions

View file

@ -46,5 +46,9 @@ int action_seed(int argc, char** argv);
/* util.c */
char* u_strvacat(const char* str, ...);
char* u_strdup(const char* str);
/* process.c */
void process(const char* out, const char* full);
#endif