taiga/src/taiga.h

8 lines
108 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>
#endif