/************************************************************************** * * Copyright (C) 2009 Steve Karg * * SPDX-License-Identifier: MIT * *********************************************************************/ #ifndef INIT_H #define INIT_H #include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ void init( void); #ifdef __cplusplus } #endif /* __cplusplus */ #endif