mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-13 17:50:56 +00:00
5 lines
49 B
C
5 lines
49 B
C
int blah(unsigned short x)
|
|
{
|
|
return x % 320;
|
|
}
|