remove some useless blabla and replace it by the version used by myself for GCC
This commit is contained in:
parent
9926a7472a
commit
6ed7ebee1f
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Reference in a new issue