To fix a port build on AMD64 I need an access on this system or can
somebudy to run this code there?
#include <stdio.h>
int
main()
{
int *a;
int b;
printf("Pointer size: %d, int size: %d\n", sizeof(a), sizeof(b));
}
And send me an output please?
Thank you.
--
Sem.