Améliore un poil la clareté de certaines fonctions et la cohérence dans le nommage
- Fix typo
- Rename
srctosfor functions taking a single argument - Add
{.C}everywhere it was missing - Change "[...] retourne 0" to "[...] return NULL"(
string_chr()returns achar *soNULLmust be returned and not0) - Rename
sizetodest_size - Add an empty line after code blocks to make the text more readable
- Remove trailing spaces
Edited by raphael.bach