Files
AmigaExamples/021.calling_c/test.c
T
2016-03-16 20:17:08 +11:00

6 lines
41 B
C

int
GetScreenBitDepth()
{
return 5;
}