C On simplest of mallocs examples

by codelion, October 02, 2007 22:40

You need to link to the mat...

82d83583a9a56c3ba36a18015b150b63 Talk
1
You need to link to the maths library as pointed out above. You have a statement of the form include<math.h> the function log10, ceil etc are in that file and the compiler needs to know where to get it from.

C On simplest of mallocs examples

by codelion, October 02, 2007 22:39
82d83583a9a56c3ba36a18015b150b63 Talk