]> andersk Git - splint.git/blame - test/temp/test.c
Removed stray files in test
[splint.git] / test / temp / test.c
CommitLineData
1d239d69 1static int
2PutPixel32MSB(char * chp, int x)
80ee600a 3{
1d239d69 4 unsigned char *addr;
80ee600a 5
1d239d69 6 addr = &((unsigned char *)chp) [x];
7 addr[0] = 3;
8 return 1;
80ee600a 9}
This page took 0.045088 seconds and 5 git commands to generate.