I'm trying to add a puts to an s12xf512 program using CW5.1. I include <termio.h> <terminal.h> and <stdio.h> and added the puts(" hi there etc"); but the linker complains about TERMIO_putchar in ....\lib\ansixbi.lib is undefined. So how do I find out which lib has the termio subs in it?!?