Update README.md

This commit is contained in:
Vasily Davydov 2021-10-26 13:34:50 +03:00 committed by GitHub
parent 4597218a34
commit 9870ffa9f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: The project contains two files for the program to run:
- main.c - [main.c](https://github.com/vas-dav/RLE-encoding/blob/main/main.c)
> for functions, main program > for functions and main program
- rle_vasily.h - [rle_vas.h](https://github.com/vas-dav/RLE-encoding/blob/main/rle_vas.h)
> for declarations and macros > 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 (C) Vasily Davydov 2021