- 博客(1)
- 收藏
- 关注
原创 7月4日( **C语言出现expected identifier or*)
//一个文件中包含两个函 #include<stdio.h> void butler(void); int main(void); { printf(“l will summon the butler function.\n”); butler(); printf(“Yes . Bring me some tea and writeable DVDs.\n”); return 0; } void butler(void) { printf(“You rang , sir?\n”); } C语言
2020-07-04 16:43:51
1179
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人