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