------- Comment #16 from ubizjak at gmail dot com  2007-06-23 19:41 -------
(In reply to comment #14)

> m.c: In function 'main':
> m.c:9: warning: implicit declaration of function 'abs'

Also, add a prototype for integer abs(), like "int abs(int);". Then everything
will work as "expected".


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32448

Reply via email to