When i try to compile my application using TI C/C++ compiler on CCS v4 which contains ntohs() and ntohl(), i receive and Link Error for ntohs and ntohl functions since its not available.
Do i need to change some compiler settings for the same, and how can i use such functions to change the byte ordering ?