Synopsis
#include <cross_studio_io.h> char *debug_gets(char *s);
Description
debug_gets reads a string from the Debug I/O Terminal. This function will block until ENTER has been pressed.
debug_gets returns the value of s.
Portability
debug_gets is an extension provided by CrossWorks C.