Re: [RFC PATCH v1 6/6] tools/include/string: Implement `strdup()` and `strndup()`

From: Alviro Iskandar Setiawan
Date: Sun Mar 20 2022 - 11:56:02 EST


On Sun, Mar 20, 2022 at 4:37 PM Ammar Faizi wrote:
> +}
> +
> +

(Trivial) Got double newlines here, one newline should be good.

> static __attribute__((unused))
> size_t strlcat(char *dst, const char *src, size_t size)
> {

-- Viro