New upstream version 4.17.0~rc1
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// SPDX-FileCopyrightText: 2023-2024, Alejandro Colomar <alx@kernel.org>
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "string/memset/memzero.h"
|
||||
|
||||
|
||||
extern inline void *memzero(void *ptr, size_t size);
|
||||
extern inline char *strzero(char *s);
|
||||
Reference in New Issue
Block a user