标签:putchar

将一个字符串数组打印到文件中,换行符不起作用

# include <stdio.h> # include <stdlib.h> # define ROW 20 # define COL 30 # define LEVELS 10 void init (char array[][COL], char ch); void makepic (int picin[][COL], ch……