11 lines
106 B
C
11 lines
106 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
void bob_init(void);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|