13 lines
300 B
C
13 lines
300 B
C
// SPDX-FileCopyrightText: 2024-2025, Alejandro Colomar <alx@kernel.org>
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
|
|
#include <config.h>
|
|
|
|
#include "fs/readlink/readlinknul.h"
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
|
extern inline ssize_t readlinknul(const char *restrict link, char *restrict buf,
|
|
ssize_t size);
|