#include <stdio.h> intmain(void){ ungetc(-2, stdin); printf("%04x\n", getc(stdin));}
Standard input is empty
00fe
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!