> I'm curios to know what happens if nobody defines __start_notes and
The well-defined meaning of weak externs is that they resolve to zero if
undefined. It relies on zero-zero being zero. It relies on noone defining
one of __start_notes and __stop_notes but not both.
Thanks,
Roland
-