pastebin

Paste Search Dynamic
Recent pastes
int16 t 0xFFFF
  1. #include <stdio.h>
  2. #include <stdint.h>
  3. int main(void)
  4.  {
  5.         printf("%d", (int16_t) 0xFFFF);
  6.         return 0;
  7. }
Parsed in 0.002 seconds