Files
AmigaExamples/027.game1/test.c
T

5 lines
49 B
C

int blah(unsigned short x)
{
return x % 320;
}