]> andersk Git - splint.git/blob - test/temp/test.c
02ca7d077a658909426cf31625f9b6453bb42384
[splint.git] / test / temp / test.c
1 static int
2 PutPixel32MSB(char * chp, int x)
3 {
4     unsigned char *addr;
5
6     addr = &((unsigned char *)chp) [x];
7     addr[0] = 3;
8     return 1;
9 }
This page took 0.025491 seconds and 3 git commands to generate.