8 lines
157 B
C
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);
|