#include #include "conio.h" #include char *fgets(char *str, int n, FILE *stream) { int i=0, sym_code; if(!stream || !str){ errno = EINVAL; return NULL; } while (i