"Evangelista Sami" a �crit dans le message de news:5f59677c.0408040658.5976777a@posting.google.com... > hello > > how can i know the result of a sizeof(int) (in C). > i did not find the approppriate stuffs in interfaces.C. > Interfaces.C.Int'Size/8 Interfaces.C.Int is the same as C Int, but the Size attributes is in bits, not bytes (OK, I assume here that a byte is 8 bits :-). Note that sizeof is *not* a regular function (a regular function could not have a type as the parameter). It is handled very specially in the C compiler, therefore there is no way you could get to it from another language. -- --------------------------------------------------------- J-P. Rosen (rosen@adalog.fr) Visit Adalog's web site at http://www.adalog.fr