Wednesday, February 3, 2010

c programmin errors, warnings and solutions

Warnings:
  1.  warning: incompatible implicit declaration of built-in function 'malloc'
    solution - add #include < stdlib.h> 
  2.  warning: incompatible implicit declaration of built-in function 'strlen'
    solution-   add #include < string.h>

No comments:

Post a Comment