1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
/* Define to the type of arg 1 for `readlink'. */
#define READLINK_TYPE_ARG1 const char *path
/* Define to the type of arg 2 for `readlink'. */
#define READLINK_TYPE_ARG2 char *buf
/* Define to the type of arg 3 for `readlink'. */
#define READLINK_TYPE_ARG3 size_t bufsiz
/* Define to the type of arg 1 for `scandir'. */
#define SCANDIR_TYPE_ARG1 const char *dir
/* Define to the type of arg 2 for `scandir'. */
#define SCANDIR_TYPE_ARG2 struct dirent ***namelist
/* Define to the type of arg 3 for `scandir'. */
#define SCANDIR_TYPE_ARG3 int(*filter)(const struct dirent *)
/* Define to the type of arg 4 for `scandir'. */
#define SCANDIR_TYPE_ARG4 int(*compar)(const void *,const void *)
|