From 63a314144a36691a57c2e82fe2f3da008c403aba Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 22 Jul 2025 01:31:37 +0300 Subject: refactored =/==/=== command into stdio-commands.c There will be a lot more commands for terminal/message input and output soon. --- src/stdio-commands.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/stdio-commands.h (limited to 'src/stdio-commands.h') diff --git a/src/stdio-commands.h b/src/stdio-commands.h new file mode 100644 index 0000000..b795c08 --- /dev/null +++ b/src/stdio-commands.h @@ -0,0 +1,21 @@ +/* + * Copyright (C) 2012-2025 Robin Haberkorn + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +#pragma once + +#include "parser.h" + +TECO_DECLARE_STATE(teco_state_print_decimal); -- cgit v1.2.3