// SPDX-License-Identifier: GPL-3.0-or-later // Copyright (c) 2025 0xKarinyash #pragma once #include i32 strcmp(const char* s1, const char* s2);