Home > other >  Keil read TXT data
Keil read TXT data

Time:09-24

Keil how data in a read TXT to two dimensional array has been defined? Keil definition file pointer, for bosses

CodePudding user response:

TXT file into the c file does not line?

CodePudding user response:

reference 1st floor SeanOY response:
TXT file into the c file does not have to do is?

Serious? ,,,,,,,

CodePudding user response:

 
/* array in c */
Char array [1] [2]={1, 2};

/* array. H */
Extern char array [1] [2].


How is not serious?

CodePudding user response:

"Has defined the two-dimensional array", & gt;> The type specifier array name [constant expression] [constant expression], this have? They can use directly extern,
Keil seems not directly link using TXT,
https://blog.csdn.net/u010160335/article/details/80068175

CodePudding user response:

To read with fat file system
  • Related