mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 08:24:18 +00:00
9 lines
68 B
C
9 lines
68 B
C
main()
|
|
{
|
|
long a;
|
|
int b;
|
|
char x;
|
|
register y;
|
|
b = blivot(x,a);
|
|
}
|