File: misc.h

package info (click to toggle)
avrp 1.0beta3-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 200 kB
  • ctags: 193
  • sloc: ansic: 2,462; makefile: 41; perl: 6
file content (5 lines) | stat: -rw-r--r-- 54 bytes parent folder | download | duplicates (11)
1
2
3
4
5
/*
 * Misc stuff
 */

enum boolean {False = 0, True};