Liste des Groupes | Revenir à cl c |
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.
Les messages affichés proviennent d'usenet.