https://doc.ubuntu-fr.org/gcc
https://arxiv.org/pdf/cs/0405073.pdf
https://koor.fr/C/cstdlib/malloc.wp
https://rudametw.github.io/teaching/ima3/CM3-malloc.pdf
https://user.oc-static.com/pdf/31992-compilez-sous-gnu-linux.pdf
https://www.decitre.fr/livres/programmation-systeme-9782409020650.html
https://github.com/bminor/glibc/blob/master/elf/rtld.c
https://www.rancune.org/category/c.html

https://www.youtube.com/watch?v=brxAm99w8D8 GCC under the hood

https://fr.wikipedia.org/wiki/Clang
https://fr.wikipedia.org/wiki/GNU_Compiler_Collection
https://www.utc.fr/~boufflet/1/pointeur.html
http://perso.univ-lyon1.fr/jean-claude.iehl/Public/educ/gcc.html
http://tvaira.free.fr/dev/cours/cours-c-annexe-struct.pdf
http://ressources.unit.eu/cours/Cfacile/co/Chapitre_9_2.html
https://c.developpez.com/cours/bernard-cassagne/node100.php
https://github.com/DeforaOS/libc.git
https://unix.stackexchange.com/questions/2969/what-are-stripped-and-not-stripped-executables-in-unix
https://renemages.wordpress.com/les-logiciels-libres/gcc/

https://zestedesavoir.com/tutoriels/2787/la-verite-sur-les-tableaux-et-pointeurs-en-c/
https://github.com/rohan-kiratsata/brocode-cheatsheets/blob/main/PDFs/c-cheatsheet-1.0.pdf
https://koor.fr/C/Tutorial/Index.wp

https://pastel.archives-ouvertes.fr/pastel-00944703/document la these de Amira Mensi
https://www.netmeister.org/blog/return-printf.html
https://www.youtube.com/watch?v=xClAutDf6jE Pile, Tas (Stack, Heap) et Pointeurs - Programmation en C



https://www.bell-labs.com/usr/dmr/www/chist.html
http://helios.mi.parisdescartes.fr/~bouzy/Doc/ProgC/2018-2019/Seance5-pointeurs/Cours/seance5-pointeurs.pdf
https://openclassrooms.com/fr/courses/19980-apprenez-a-programmer-en-c/15417-a-lassaut-des-pointeurs
https://www.learn-c.org/fr/Hello,_World!
http://sdz.tdct.org/sdz/compilez-sous-gnu-linux.html
https://user.oc-static.com/pdf/31992-compilez-sous-gnu-linux.pdf
https://gcc.gnu.org/onlinedocs/gcc/index.html
http://www.lra.ens.fr/osae/ccc.pdf
http://vasy.inria.fr/people/Olivier.Ponsini/documents/LPMI/C-cours.pdf
http://www.tomczak.fr/wp-content/uploads/2021/09/M%C3%A9mento-Algorithmique-et-langages-informatiques-v3.24-algo-langc-python.pdf
https://twitter.com/ponceto91/status/1241680688446914562
http://www.gutenberg.eu.org/pub/GUTenberg/publications/cahiers.html
http://maintenance974.free.fr/liens_utiles.htm
http://docnum.univ-lorraine.fr/public/SCD_T_1990_0038_MOUSEL.pdf
https://c.ipgirl.com/

https://fr.wikibooks.org/wiki/Programmation_C
https://fr.wikibooks.org/wiki/Programmation_C/Classe_de_stockage

https://openclassrooms.com/fr/courses/19980-apprenez-a-programmer-en-c/16595-lallocation-dynamique
https://openclassrooms.com/fr/courses/19980-apprenez-a-programmer-en-c/15417-a-lassaut-des-pointeurs

https://gcc.gnu.org/
https://gcc.gnu.org/wiki
http://gcc.gnu.org/wiki/CompileFarm
http://gcc.gnu.org/lists.html
http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc.pdf

https://connect.ed-diamond.com/GNU-Linux-Magazine/GLMFHS-076/Les-options-de-securite-de-gcc
https://www.developpez.com/actu/73723/Linus-Torvalds-trouve-un-bug-dans-GCC-4-9-et-qualifie-celui-ci-de-merde-le-compilateur-recoit-un-prix-de-l-ACM/
https://www.rocq.inria.fr/secret/Anne.Canteaut/COURS_C/cours.pdf excellent cours de C d'Anne CANTEAUT
https://tinyurl.com/c-annecanteaut

https://renemages.wordpress.com/les-logiciels-libres/gcc/

http://docnum.univ-lorraine.fr/public/SCD_T_1990_0038_MOUSEL.pdf
http://icps.u-strasbg.fr/~bastoul/teaching/systeme/docs/Introduction_ANSI_C.pdf
http://www.eskimo.com/~scs/cclass/krnotes/top.html
https://doc.ubuntu-fr.org/gdb
PageGDB