int show_CHar(int n, const CHar *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}
標簽:
int
const
show_CHar
chtype
上傳時間:
2017-06-12
上傳用戶:3到15