当前位置:  技术问答>linux和unix

scandir的问题

    来源: 互联网  发布时间:2015-02-07

    本文导语:  关于scandir的问题  查manual,scandir的用法是:  int scandir(const char *dir, struct dirent ***namelist,  int(*select)(const struct dirent *),  int(*compar)(const struct dirent **, const struct dirent **));  但是我的程序中老是说的scandir的第...

关于scandir的问题 
查manual,scandir的用法是: 
int scandir(const char *dir, struct dirent ***namelist, 
int(*select)(const struct dirent *), 
int(*compar)(const struct dirent **, const struct dirent **)); 

但是我的程序中老是说的scandir的第三个参数传递里不兼容的指针: 
billing.c: In function `main': 
billing.c:214: warning: passing arg 3 of `scandir' from incompatible pointer type 

214行是这样的: 
nFiles=scandir(pathbuf,&namelist,my_select,alphasort); 
其中,第三个函数指针定义如下: 
static int my_select(struct dirent *dp) 

char buf[128]; 
if(strlen(dp->d_name)

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • solaris中是否有scandir这个函数?急.............
  • scandir()第三个参数filter是过滤用的吗?
  • 使用PHP函数scandir排除特定目录
  • linux下opendir和scandir函数为什么只能打开当前目录呢?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3