7 lines
72 B
C++
7 lines
72 B
C++
|
#include "cmext.hpp"
|
||
|
|
||
|
int32_t cmext_init(int32_t i = 0) {
|
||
|
return i;
|
||
|
}
|
||
|
|