#include <limits.h> #include <stdint.h> #include <dspfns.h> // include ETSI basic operations int32_t C_L_add(int32_t a, int32_t b) { int32_t c = a + b; ...
確定! 回上一頁