Rick Jenkins wrote:
A couple of minor buglets in the msp430 libc:1. strtok() is in the library, but its prototype is not in string.h2. rand(), rand_r() and srand() sources are in msp430-libc/src/stdlib, but their souce file rand.c is not in the msp430-libc/src/Makefile variable libc_c_sources, so they are not compiled. Prototypes are not in stdlib.h, either.
thank you, fixed in CVS chris