#include <stdio.h>
int main()
{
printf("[%d]\n", putchar((int)(unsigned char)255));
}
thanks. here's the output:
root% ./a.out
�[255]
i presume that's the expected output.
http://www.anastrophe.com
http://folding.stanford.edu
The Nicest Misanthrope on the Net
