File: auto_check_header_qbloop.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-- 127 bytes parent folder | download
1
2
3
4
5
#include <qb/qbloop.h>
#ifndef QB_LOOP_H_DEFINED
#error no header protector in file qbloop.h
#endif
int main(void) {return 0;}