From 9870ffa9f96f1ee1268c059e292624946ce5859c Mon Sep 17 00:00:00 2001 From: Vasily Davydov Date: Tue, 26 Oct 2021 13:34:50 +0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b118ec..34b6f97 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,12 @@ The encoded file must contain a small header that carries the CRC of the origina The project contains two files for the program to run: -- main.c -> for functions, main program -- rle_vasily.h +- [main.c](https://github.com/vas-dav/RLE-encoding/blob/main/main.c) +> for functions and main program +- [rle_vas.h](https://github.com/vas-dav/RLE-encoding/blob/main/rle_vas.h) > for declarations and macros +> #### PROJECT USES GETLINE FUNCTION, SO PREPARE TO IMPLEMENT YOUR OWN GETLINE IN CASE IT DOESN'T WORK +> `getline` source: [GNU](https://www.gnu.org/software/libc/manual/html_node/Line-Input.html) + (C) Vasily Davydov 2021