File: rgb.c

package info (click to toggle)
lclint-doc 2.4b-2
  • links: PTS
  • area: main
  • in suites: potato, woody
  • size: 2,360 kB
  • ctags: 2,164
  • sloc: ansic: 402; makefile: 122
file content (3 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (20)
1
2
3
typedef /*@abstract@*/ /*@mutable@*/ struct { 
   int r; int g; int b; 
} color;