Sujet : Re: C23 thoughts and opinions
De : already5chosen (at) *nospam* yahoo.com (Michael S)
Groupes : comp.lang.cDate : 31. May 2024, 14:28:11
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20240531162811.00006719@yahoo.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
User-Agent : Claws Mail 4.1.1 (GTK 3.24.34; x86_64-w64-mingw32)
On Fri, 31 May 2024 16:19:37 +0300
Michael S <
already5chosen@yahoo.com> wrote:
No, it does not work like that.
First, copy *exactly* what I said in my previous post.
Only after you reproduced, start to be smart.
_binary_hello_c_size is a link simbol rather than variable.
Declaration:
extern char _binary_hello_c_size[];
Usage:
printf("%zd\n", (size_t)_binary_hello_c_size);
>
Thinking about it, I could be wrong.
I should test more, with less small program.