XXXX function


XXXX


	Library:   stdlib.h

	Prototype: char *gets(char *s);

	Syntax:    char read_line[80];

                   gets( read_line);


Examples:

example program.

See Also:

malloc function.


Top Master Index Keywords Functions


Martin Leslie