csl中有很多头文件,有些头文件中程序语句之间有省略号"...",而且很多。例如,在csl_cacheAux.h中就有这样的句子:
// Get the memory region information for 20
CACHE_getMemRegionInfo (20, &pcx, &pfx);
...
// Ensure Memory Region 20 is not prefetchable.
CACHE_setMemRegionInfo(20, pcx, 0);
其中的省略号"..."让人不放心,这些头文件都是应用程序要用的。