Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mkristain

macrumors regular
Original poster
Aug 18, 2011
115
0
i am LINK_WITH_STANDARD_LIBRARIES but still this error comes.

how to resolve this.
 
i am LINK_WITH_STANDARD_LIBRARIES but still this error comes.

how to resolve this.

There is a Standard C library function "malloc", but none called "MALLOC".

There are two possible ways to fix the problem:

Either you called MALLOC when you wanted to call malloc. Change the call.
Or you wanted to call MALLOC. Implement a function named MALLOC.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.