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

From: Ammar Faizi
Date: Sun Mar 20 2022 - 12:10:52 EST


On 3/20/22 10:55 PM, Alviro Iskandar Setiawan wrote:
On Sun, Mar 20, 2022 at 4:37 PM Ammar Faizi wrote:
+}
+
+

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

OK, fixed.

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

--
Ammar Faizi