taiga/src/taiga.h

10 lines
149 B
C
Raw Normal View History

2026-03-01 20:48:09 +09:00
#ifndef __TAIGA_H__
#define __TAIGA_H__
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
2026-03-01 20:54:30 +09:00
int action_site(int argc, char** argv);
2026-03-01 20:48:09 +09:00
#endif