File: CheckCPUArch.c.in

package info (click to toggle)
rapidfuzz 3.12.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,436 kB
  • sloc: python: 7,571; cpp: 7,481; sh: 30; makefile: 23
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
}