17 lines
141 B
C
17 lines
141 B
C
|
|
#ifndef _macro
|
||
|
|
|
||
|
|
#define _macro
|
||
|
|
|
||
|
|
#include "index.h"
|
||
|
|
|
||
|
|
#include "array.h"
|
||
|
|
|
||
|
|
#include "string.h"
|
||
|
|
|
||
|
|
#include "tools.h"
|
||
|
|
|
||
|
|
#include <stdio.h>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|