1 2 3 4 5 6 7
#ifndef __DIR_H #define __DIR_H #define _DEFAULT_SOURCE int scan(const char *file_name, char ***list, int *list_count); #endif