fix comment

This commit is contained in:
serturx
2022-10-03 11:40:57 +02:00
committed by Krishna Vedala
parent bd1b0ebcb9
commit 7a997f2755

View File

@@ -13,10 +13,10 @@
*
*/
#include <stdio.h> //for printf
#include <string.h> //for string functions
#include <stdlib.h> //for malloc/free
#include <assert.h> //for assert
#include <stdio.h> /// for printf
#include <string.h> ///for string functions
#include <stdlib.h> /// for malloc/free
#include <assert.h> /// for assert
/**
* @brief Encodes a null-terminated string using run-length encoding