Files
sibsutis/1Y-2H/prog/include/include.h
T
2026-04-25 17:23:04 +07:00

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