mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 00:14:25 +00:00
Upload
Digital Research
This commit is contained in:
26
ASSEMBLY & COMPILE TOOLS/PLM-2-C 2/plm2c/test.c.out
Normal file
26
ASSEMBLY & COMPILE TOOLS/PLM-2-C 2/plm2c/test.c.out
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
|
||||
extern farp();
|
||||
|
||||
|
||||
slug()
|
||||
{
|
||||
void *ptr;
|
||||
short i;
|
||||
short **iptr = (short **) &ptr;
|
||||
float j;
|
||||
float k;
|
||||
float l;
|
||||
WORD mqaFOO;
|
||||
DWORD fooBAR;
|
||||
|
||||
ptr = (void *) &i;
|
||||
(**iptr) = 72;
|
||||
iptfil();
|
||||
setinterrput(0, farp);
|
||||
signal(abs(i), (short) (i));
|
||||
j = (float) ((short) (i));
|
||||
|
||||
} /* slug */
|
||||
|
||||
|
Reference in New Issue
Block a user