This commit is contained in:
Nishi 2026-03-01 20:48:09 +09:00
commit 45751c6e67
Signed by: nishi
GPG key ID: 27EF69B208EB9343
4 changed files with 31 additions and 3 deletions

8
src/taiga.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef __TAIGA_H__
#define __TAIGA_H__
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#endif