#include "stdio.h"
#include "string.h"
#include "dos.h"
#include "stdlib.h"
#include "io.h" //FILE_SEARCH file_search;
#include "direct.h" //getcwd
typedef struct _finddata_t FILE_SEARCH;
#define _CRT_SECURE_NO_WARNINGS
#define MAXPATH 80
#define ALL_ATTRIB (FA_RDONLY || FA_HIDDEN || FA_SYSTEM || FA_LABEL || FA_DIREC || FA_ARCH); // 여기 정의 해두었는데 왜 선언되지 않은 식별자라고 오류가 뜨는겁니까??
/* 모든 속성을 지정 */
void fileListPrint(char *path, FILE_SEARCH *file_search);