Computer Science Study Guide
Wednesday, February 3, 2010
c programmin errors, warnings and solutions
Warnings:
warning: incompatible implicit declaration of built-in function 'malloc'
solution - add #include < stdlib.h>
warning: incompatible implicit declaration of built-in function 'strlen'
solution- add #include < string.h>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment