Revision 103
Added by markw over 11 years ago
| firmware/fileutils.c | ||
|---|---|---|
| 
     #include "printf.h"
 
   | 
||
| 
     | 
||
| 
     #include "utils.h"
 
   | 
||
| 
     | 
||
| 
     int compare_ext(char const * filenamein, char const * extin)
 
   | 
||
| 
     {
 
   | 
||
| 
     	int dot = 0;
 
   | 
||
Missing header