Rick Jenkins wrote:
I'm re-posting this, because the first one i sent seems to have been lost.
no it wasnt lost, i fixed those in CVS an i think i also wrote a
follow-up to your message
chris
A couple of minor buglets in the msp430 libc:
1. strtok() is in the library, but its prototype is not in string.h
2. 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.