Whitesmith and static variable init.

Sanand Patel sanand at hcr.UUCP
Wed Jul 27 23:20:12 AEST 1983


You can't just initalize every un-initialized external variable to zero,
because multiple module (file) programs would result in 
multiple declarations (in the assembly code)
for variables mentioned in more than one file ...



More information about the Comp.lang.c mailing list