]> andersk Git - splint.git/blame - test/tests2.2a/addassign.c
Hacking Makefile to print a warning when test suite to run under /usr
[splint.git] / test / tests2.2a / addassign.c
CommitLineData
885824d3 1int hash (char *name)
2{
3 int h = 0;
4
5 while (*name != '\0')
6 {
7 h += *name++; /* error in 2.1b */
8 }
9
10 return h % 137;
11}
This page took 0.073144 seconds and 5 git commands to generate.