Altera_Forum
Honored Contributor
19 years agoAbout abs() function
I want to invoke abs() function in NiosII. But i find this function does not defined. Which header file should I include? or I should implement it by myslef?
That's OK.
abs() is working now when i add <stdlib.h> . THX!