2007/02/01
Cの哀しいバグ2.0
- Category(s)
- カテゴリなし
- The URL to Trackback this entry is:
- http://dev.ariel-networks.com/Members/inoue/pitiful-bug2.0/tbping
|
2007/02/01
Cの哀しいバグ2.0
|
Re:Cの哀しいバグ2.0
/usr/include/string.h:304: warning: shadowed declaration is here
extern char *index (__const char *__s, int __c)
/usr/include/time.h:184: warning: shadowed declaration is here
extern time_t time (time_t *__timer) __THROW;
/usr/include/stdio.h:152: warning: shadowed declaration is here
extern int remove (__const char *__filename) __THROW;
/usr/include/getopt.h:59: warning: shadowed declaration is here
extern char *optarg;