|
|
1.1 root 1: #include<windows.h>
2: #include<stdio.h>
3: #include"..\largeint.h"
4:
5: void main()
6: {
7: LONG a = 0x7FFFFFFE;
8: LONG b = 4;
9: LARGE_INTEGER c;
10:
11: c = EnlargedIntegerMultiply(a,b);
12:
13: printf("The Product is %X, %lX\n",c.LowPart, c.HighPart);
14: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.