Changed lint to splint

This commit is contained in:
Mario Danic 2008-03-17 22:11:15 +00:00
부모 fff41d96a3
커밋 eb2aafc3b8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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: