Hi,

On Feb 21, 2013 9:29 PM, "Chris Evans" <aaxiomfin...@gmail.com> wrote:
>
> Okay, solved why the cut() function was not working
> in dos, the variables were set initially to some strange
> numbers, so I reset them to zero.
>
> https://sourceforge.net/projects/doshexed/files/

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.
------------------------------------------------------------------------------
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