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