2
0
Fork 0

Changed lint to splint

Dieser Commit ist enthalten in:
Mario Danic 2008-03-17 22:11:15 +00:00
Ursprung fff41d96a3
Commit eb2aafc3b8
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -6,7 +6,7 @@ C Code guidelines:
- Never more than 80 chars horizontally
- Only use C-Style commenting
- function names: lower case, separated by underscore
- Using lint is strongly recommended
- Using splint is strongly recommended
- Use 4 spaces, not tabs
Code should be formatted according to following example: