On Sat, 18 Mar 2006, Justin Karneges wrote:
By the way, how do the fields not initialized by ifd_eutron_register() get
initialized?

global uninitialized data is stored in the bss segment, which is guaranteed to be zeroed when the executable is loaded. I'm pretty sure the C standard says something about this too, but I don't have copies of the relevant documents at hand.
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to