From 0dd35f4b86a78f9303e15a21be8684bd635a902f Mon Sep 17 00:00:00 2001 From: retoor Date: Sun, 8 Dec 2024 16:19:17 +0100 Subject: [PATCH] New build. --- Makefile | 7 + sormc.h | 9053 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ tikker | Bin 0 -> 229432 bytes tikker.c | 113 + 4 files changed, 9173 insertions(+) create mode 100644 Makefile create mode 100644 sormc.h create mode 100755 tikker create mode 100644 tikker.c diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4472287 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +all: tikker run + +tikker: tikker.c + gcc tikker.c -Ofast -Wall -Wextra -pedantic -o tikker -lsqlite3 + +run: + ./tikker diff --git a/sormc.h b/sormc.h new file mode 100644 index 0000000..053bf65 --- /dev/null +++ b/sormc.h @@ -0,0 +1,9053 @@ +// RETOOR - Dec 5 2024 +#ifndef SORM_H +#define SORM_H +#ifndef SORM_STR_H +#define SORM_STR_H +// RETOOR - Nov 28 2024 +// MIT License +// =========== + +// Copyright (c) 2024 Retoor + +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: + +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. + +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. +#ifndef RLIB_H +#define RLIB_H +// BEGIN OF RLIB + +/* + * Line below will be filtered by rmerge +