7 lines
83 B
C
7 lines
83 B
C
|
#ifndef _DDEKIT_DDEKIT_H
|
||
|
#define _DDEKIT_DDEKIT_H
|
||
|
void ddekit_init(void);
|
||
|
|
||
|
#endif
|
||
|
|