#include <cross_studio_io.h> int debug_gets(char *s, int n);
debug_gets prompts the user for string input and writes at most n?1 characters into the array pointed to be s which is null terminated.
debug_gets returns the number of characters read or EOF on error. .
debug_gets is an extension provided by CrossWorks C.