File: auto_check_header_qbmap.c

package info (click to toggle)
libqb 0.11.1-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,804 kB
  • ctags: 1,689
  • sloc: ansic: 15,630; sh: 11,355; makefile: 271
file content (5 lines) | stat: -rw-r--r-- 124 bytes parent folder | download
1
2
3
4
5
#include <qb/qbmap.h>
#ifndef QB_MAP_H_DEFINED
#error no header protector in file qbmap.h
#endif
int main(void) {return 0;}