Help me with C !!!
08-Jul-95 20:13:50
Sb: #47451-Help me with C !!!
Fm: jack york 71562,3372
To: carlo pappalardo 100560,3666
When you compile include the option -lm, which tells it to link the math
library. So your line would be something like dcc -lm input file -o output
file. Hope this helps. Jack