Menu

Non-standard headers

2008-02-26
2013-04-24
  • Nobody/Anonymous

    Several of your C files include <malloc.h>.  That's not a standard header, and doesn't exist on many systems.  The right way to declare malloc() is to include <stdlib.h>.

     
    • Tim

      Tim - 2008-02-27

      You are right. I`ll fix it.

       

Log in to post a comment.