aboutsummaryrefslogtreecommitdiffstats
path: root/src/mem/memlen.c
blob: 6d6ddfeb9d293d34310f12a6b8ebbbec8db62f89 (plain) (blame)
1
2
3
4
5
6
7
8
9
/*
 * Copyright (c) 2023 Marc Pervaz Boocha
 *
 * SPDX-License-Identifier: MIT
 */

#include <mem.h>

extern inline size_t calt_memlen(void const *ptr, unsigned char value, size_t count);