File: CheckCPUArch.c.in

package info (click to toggle)
libsndfile 1.2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,180 kB
  • sloc: ansic: 55,354; cpp: 1,108; python: 791; makefile: 545; sh: 538; cs: 122
file content (7 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
int main(void) {
#if @CHECK_CPU_ARCH_DEFINES@
    return 0;
#else
    fail
#endif
}