|
|
发表于 2016-5-8 19:07:11
|
显示全部楼层
davidce 发表于 2016-5-8 16:24 
http://image.geek-workshop.com/forum/201403/12/213827x1l7j00t0ku304n0.png
对了大神,我想问下
static void getMapNameStr(char* tKeyRoot,unsigned long tkeyPath,unsigned long tkeyName,uint8_t tkeyExt,char* fileName)
{
sprintf(fileName,"%s%lx/%lx/%x",tKeyRoot,tkeyPath,tkeyName,tkeyExt);
}
这条语句是怎么实现定位文件的功能的? |
|