main/files.c

changeset 56
756d1a63d129
parent 54
7b134c27fadb
child 87
47253f294a9f
equal deleted inserted replaced
55:38e1c91bfd88 56:756d1a63d129
16 * @brief Show files directory 16 * @brief Show files directory
17 * @param path The path from which to list 17 * @param path The path from which to list
18 */ 18 */
19 void Files_Dir(char *path) 19 void Files_Dir(char *path)
20 { 20 {
21 char filename[256], tmp[42]; 21 char filename[272], tmp[42];
22 uint16_t y = 28; 22 uint16_t y = 28;
23 DIR *dir; 23 DIR *dir;
24 struct dirent *de; 24 struct dirent *de;
25 struct stat st; 25 struct stat st;
26 26

mercurial