mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
Add include descriptions
This commit is contained in:
parent
35f6431f47
commit
bd1b0ebcb9
@ -13,10 +13,10 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h> //For printf
|
#include <stdio.h> //for printf
|
||||||
#include <string.h> //For string functions like strlen
|
#include <string.h> //for string functions
|
||||||
#include <stdlib.h> //For malloc/free
|
#include <stdlib.h> //for malloc/free
|
||||||
#include <assert.h> //For assert
|
#include <assert.h> //for assert
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Encodes a null-terminated string using run-length encoding
|
* @brief Encodes a null-terminated string using run-length encoding
|
||||||
|
Loading…
Reference in New Issue
Block a user