7 lines
77 B
C
7 lines
77 B
C
|
#ifndef __FORMAT_H_
|
||
|
#define __FORMAT_H_
|
||
|
|
||
|
void format_formatDF(void);
|
||
|
|
||
|
#endif
|