FreeCalypso > hg > gsm-codec-lib
view libtwamr/no_count.h @ 533:3a617e4e9b27
libgsmfr2: add const words with struct sizes
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 19 Sep 2024 21:58:10 +0000 |
parents | 54f6bc41ed10 |
children |
line wrap: on
line source
/* no-op definitions for ETSI's move/logic/test counting calls */ #ifndef no_count_h #define no_count_h static inline void move16(void) {} static inline void move32(void) {} static inline void logic16(void) {} static inline void logic32(void) {} static inline void test(void) {} #endif