Trailing-Edge
-
PDP-10 Archives
-
SRI_NIC_PERM_FS_1_19910112
-
kcc-5/lib/pml/test.c
There are 14 other files named test.c in the archive. Click here to see a list.
#include <stdio.h>
main()
{
double x;
x = 2.718281828;
if (x == 2.718281828)
printf("x is 1\n");
else
printf("x isn't 1\n");
}