Help for this page

Select Code to Download


  1. or download this
    typedef __int128 int128_t;
    
    ...
    rem128(int128_t a, int128_t b) {
      return a % b;
    }
    
  2. or download this
        .file    "lookatme.c"
        .text
    ...
        .ident    "GCC: (GNU) 4.6.0 20110207 (experimental) [trunk revisio
    +n 169884]"
        .section    .note.GNU-stack,"",@progbits