好吧,我真的很菜。

http://topic.csdn.net/u/20120611/17/4194D48A-A386-4B3C-AF4E-930E81F60877.html

m_array.c:9:9: error: expected declaration specifiers or ‘...’ before string constant

m_array.c:9:29: error: expected declaration specifiers or ‘...’ before ‘g_time_tab’

想写个简单的测试代码段。结果哦没有写main函数。直接pirntf,编译时的错误提示。
 
 
然后加了main,没有写成main()的编译提示。
 
m_array.c:9:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
关键是这么傻瓜的错误,google找不到。。。。。。