This commit is contained in:
oniic
2026-04-25 17:23:04 +07:00
parent 7f0f6ab5ba
commit 92b040fb32
129 changed files with 1809 additions and 1112 deletions
+15
View File
@@ -0,0 +1,15 @@
// ===<>===<>===-< <<< 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