C

formatage d'un code source en C

# aptitude install indent
Pour un formatage dans le style Kernighan et Ritchie:
$ indent -kr fichierSource.c

verifier les sources en C

# aptitude install splint
$ splint fichierSource.c

Syndicate content