Subject: Re: x86_64 segmentation fault due to forgotten extern directive
From: "Geert Fannes" <Geert.Fannes ikanconsulting.com>
Date: Thu, 10 Mar 2005 17:07:44 +0900
Why does this cause a problem when extern is omitted? Is there some
standard return type C assumes when extern is not present?
>Normal, on 32 bit machine sizeof(int) == sizeof(unsigned long).
>This is not the case on x86_64
>
>Guy Decoux