File: sys_elf.h

package info (click to toggle)
qtrvsim 0.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,844 kB
  • sloc: cpp: 25,687; ansic: 7,754; makefile: 318; python: 303; sh: 278; asm: 268; xml: 9
file content (5 lines) | stat: -rw-r--r-- 120 bytes parent folder | download
1
2
3
4
5
#if defined(_WIN32) && !defined(__MINGW32__)
    #include "sys_elf.w32.h"
#else
    #include "sys_elf.default.h"
#endif