Files
termOS/kernel/inc/core/string.h
T
2025-12-30 21:28:29 +04:00

8 lines
157 B
C

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