16 lines
318 B
C
16 lines
318 B
C
// ===<>===<>===-< <<< include/include.h >>> >-===<>===<>===
|
|
|
|
#ifndef INCLUDEH
|
|
#define INCLUDEH
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <limits.h>
|
|
#include <string.h>
|
|
#include <stdint.h>
|
|
|
|
#define QUERRY_MAX 10 //(char) <= 254
|
|
#define IN_QUERRY_CHARS 10 //(char) <= 254
|
|
|
|
#endif
|