/*
 * cppmain.hh
 *
 *  Created on: Jul 4, 2023
 *      Author: heck
 */

#ifndef INC_CPPMAIN_H
#define INC_CPPMAIN_H



#ifdef __cplusplus
extern "C" {
#endif

void cppmain(void);

#ifdef __cplusplus
};
#endif


#endif /* INC_CPPMAIN_H */