msp430_common/include/stdio.h

stdio.h wrapper for MSP430

SEEK_SET
1
0	/* Seek from beginning of file.  */
SEEK_CUR
1
1	/* Seek from current position.  */
SEEK_END
1
2	/* Seek from end of file.  */
int getchar(void)