mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-31 11:30:05 +02:00
Implemented correct parameter order according to x86-32 ABI documentation.
Changed AA types to just a void* .
This commit is contained in:
@@ -21,7 +21,7 @@ void main()
|
||||
|
||||
real r;
|
||||
printf("Enter real: ");
|
||||
//scanf("%lf", &d);
|
||||
//scanf("%llf", &r);
|
||||
r = 3.2311167891231231234754764576;
|
||||
version(X86)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user