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.
As strupr and strlwr are basically functions of Microsoft VC++. They are not declared and defined in Solaris or linux OS.
You have to implement your own functions for strupr and strlwr.