MCPcopy Create free account
hub / github.com/Entware/Entware / xfgets

Function xfgets

scripts/config/conf.c:78–85  ·  view source on GitHub ↗

Helper function to facilitate fgets() by Jean Sacren. */

Source from the content-addressed store, hash-verified

76
77/* Helper function to facilitate fgets() by Jean Sacren. */
78static void xfgets(char *str, int size, FILE *in)
79{
80 if (!fgets(str, size, in))
81 fprintf(stderr, "\nError in reading or end of file.\n");
82
83 if (!tty_stdio)
84 printf("%s", str);
85}
86
87static void set_randconfig_seed(void)
88{

Callers 2

conf_askvalueFunction · 0.85
conf_choiceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected