E
eddie
Hello: I'm at a complete loss trying to understand the stuct
dirent*** namelist notation in the manpage of scandir(3) for BSD
int scandir(const char *dirname, struct dirent ***namelist, int
(*select)(struct dirent *),int (*compar)(const void *, const void *));
I've never seen this before. Tried to google it but no luck. The
only thing it reminds me of is a pointer to a pointer.
Any help? Thanks
dirent*** namelist notation in the manpage of scandir(3) for BSD
int scandir(const char *dirname, struct dirent ***namelist, int
(*select)(struct dirent *),int (*compar)(const void *, const void *));
I've never seen this before. Tried to google it but no luck. The
only thing it reminds me of is a pointer to a pointer.
Any help? Thanks