when using strlwr and strupr, error come “undefined reference to strupr”
i have used #include<string.h> but of no use
what to do now?
when using strlwr and strupr, error come “undefined reference to strupr”
i have used #include<string.h> but of no use
what to do now?
EmbLogic Research & Competency Development Labs
Phone: +91 9818467776, 8527567776, 9650467776
Email: info@emblogic.com
Copyright © EmbLogic Embedded Technologies Pvt. Ltd.
It’s not defined on Solaris or Linux, or in the C standard or in libiberty. As it’s a Microsoft invention.
You can implement it yourself by scanning the string and using toupper() – or, if you’re only working in ASCII, by adding/subtracting ‘a’-’A’ = 32 for ‘a’<=char<='z'.
I get worng ans when I use strlwr function to solve a uva problem.whats matter i can not understant this matter plz inform me about this regard
good but pls i have an assignment