419ce14b6f
Signed-off-by: Alejandro Colomar <alx@kernel.org>
14 lines
287 B
C
14 lines
287 B
C
// SPDX-FileCopyrightText: 2024, Alejandro Colomar <alx@kernel.org>
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
|
|
#include <config.h>
|
|
|
|
#include "fs/readlink/readlinknul.h"
|
|
|
|
#include <stddef.h>
|
|
|
|
|
|
extern inline int readlinknul(const char *restrict link, char *restrict buf,
|
|
size_t size);
|