The declaration "extern const char study_dirfile_name1[][]" is incorrect because the size of the array is not specified. The correct declaration should include the size of the array, like "extern const char study_dirfile_name1[][size];", where "size" represents the size of each element in the array.


原文地址: https://www.cveoy.top/t/topic/pk16 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录