mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-09-23 23:44:56 +00:00
fix comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user