remove some useless blabla and replace it by the version used by myself for GCC

This commit is contained in:
Mylloon 2021-12-25 14:15:04 +01:00
parent 9926a7472a
commit 6ed7ebee1f
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -37,4 +37,4 @@ Pour compiler le programme, utilisez `make`.
### Sources et infos
- [Explication graphique de comment Huffman fonctionne](http://lwh.free.fr/pages/algo/compression/huffman.html)
- [Explication sur comment on fait des opérations sur des bits](https://www.tutorialspoint.com/cprogramming/c_bitwise_operators.htm)
- J'ai testé le fichier avec la commande `xxd` et pour vérifier si le header fonctionnait je regardais si toutes les lettres étaient là sans doublon.
- Testé avec `gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0`.