Is it advisable to use the following header files with an MSP430/CCS 5.5.2 project:
#include <stdint.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
That is when you create an executable for the msp430 and make use of these headers you obviously linking
some c-library. Which c library?
James