#include main() { WORD i; i = '\f'; printf("FF = %d (%x)\n",i,i); }