/* Copyright (C) 2009 Tobi Vollebregt */ #include "streflopC.h" #include "../../include/platform/common/streflop_cond.h" #ifdef __cplusplus extern "C" { #endif void streflop_init_Simple() { streflop_init(); } void streflop_init_Double() { streflop_init(); } #if defined(Extended) void streflop_init_Extended() { streflop_init(); } #endif // defined(Extended) #ifdef __cplusplus } // extern "C" #endif