Hello everyone,Although i have used #include <math.h>, cc compilerreports 'redundant redeclaration' and 'undefinedreference to round'.Which header file should be included to using math function?It's not a question of gnome, but i have no other mailist.Sorry
Hi,
Read 'man round'. It says that round() conforms to C99, so you have to pass '-std=c99' as an option to gcc.
Olexiy
_______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list