Command to display gets manual in Linux: $ man 3 gets NAMEgets - get a string from standard input (DEPRECATED) SYNOPSIS#include <stdio.h> char *gets(char *s); DESCRIPTIONNever use this function. gets() reads a line from stdin into the buffer pointed to by s until either a ...