blob: bcb2fb5e5b4499188cc3ddde28035e28afa488b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* Copyright (c) 2023 Marc Pervaz Boocha
*
* SPDX-License-Identifier: MIT
*/
/*
* Copyright (c) 2023 Marc Pervaz Boocha
*
* SPDX-License-Identifier: MIT
*/
#include <mem.h>
extern inline int calt_memcmp(void const *ptr1, void const *ptr2, size_t count);
|