#ifndef __DIR_H #define __DIR_H #define _DEFAULT_SOURCE int scan(const char *file_name, char ***list, int *list_count); #endif