mirror of
https://github.com/alpine9000/amiga_examples
synced 2025-12-08 14:59:01 +00:00
5 lines
49 B
C
5 lines
49 B
C
int blah(unsigned short x)
|
|
{
|
|
return x % 320;
|
|
}
|