File: check_mode_ti.cpp

package info (click to toggle)
libsdsl 2.1.1%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,020 kB
  • sloc: cpp: 42,286; makefile: 1,171; ansic: 318; sh: 201; python: 27
file content (5 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (16)
1
2
3
4
5
typedef unsigned int uint128_t __attribute__((mode(TI)));

int main() {
    return 0;
}