Em 22-02-2013 01:56, Rugxulo escreveu:
>
> IIRC, in C, only globals and static are guaranteed to be zeroed. Auto
> vars on the stack are not, nor is heap returned from malloc.

NO variable is guarenteed to be seroed, just "most compilers do". If you 
want it zeroed, just initialize and it will be dealt efficiently for 
static or local variables.

Alain

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to