cmex/src/libcmex/cmex.cpp

7 lines
70 B
C++

#include "cmex.hpp"
int32_t cmex_init(int32_t i = 0) {
return i;
}