From bd1b0ebcb9ee5fa4f75303f19e6aafda2cb7d6db Mon Sep 17 00:00:00 2001 From: serturx Date: Mon, 3 Oct 2022 10:32:08 +0200 Subject: [PATCH] Add include descriptions --- misc/run_length_encoding.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/run_length_encoding.c b/misc/run_length_encoding.c index bb6ca3df6..5fa5b8a81 100644 --- a/misc/run_length_encoding.c +++ b/misc/run_length_encoding.c @@ -13,10 +13,10 @@ * */ -#include //For printf -#include //For string functions like strlen -#include //For malloc/free -#include //For assert +#include //for printf +#include //for string functions +#include //for malloc/free +#include //for assert /** * @brief Encodes a null-terminated string using run-length encoding