嵌入式Linux标准IO,fputs(),puts()

2019-07-13 00:59发布

char *fgets(char *s,int size,FILE *stream);用法分析

  1. 当输入字符串少于size-1 时,返回的字符串s中包含换行符‘ ’,结束符‘