10 lines
147 B
C
10 lines
147 B
C
#ifndef __CONCENTTIME__
|
|
#define __CONCENTTIME__
|
|
#include "global.h"
|
|
|
|
void concenttime_set(u8 * time);
|
|
void concenttime_get(u8 * timeval);
|
|
|
|
#endif
|
|
|