Synopsis
#include <__cross_studio_io.h>
int debug_gets(char *s, int n);
Description

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. .

Portability

debug_gets is an extension provided by CrossWorks C.