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
+17
View File
@@ -0,0 +1,17 @@
#ifndef INCLUDE_H
#define INCLUDE_H
// INCLUDE
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#include <string.h>
#include <stdalign.h> //
#include <stdint.h>
// DEFINE
#define BUFF_MAX 10 //(char) <= 254
#define IN_BUFF_CHARS 10 //(char) <= 254
//TypeDef
#endif