8 lines
108 B
C
8 lines
108 B
C
|
|
#ifndef __TAIGA_H__
|
||
|
|
#define __TAIGA_H__
|
||
|
|
|
||
|
|
#include <stdio.h>
|
||
|
|
#include <string.h>
|
||
|
|
#include <stdlib.h>
|
||
|
|
|
||
|
|
#endif
|