dryman / opic

Fast serialization framework for C
GNU Lesser General Public License v3.0
224 stars 21 forks source link

atomic_fast_int_type size differs #27

Closed dryman closed 7 years ago

dryman commented 7 years ago

On linux atomic_fast_int16_t is not 16bit. Instead of using atomic_fast types, we should create a header and defines constant sized atomic variables, such as a_uint32_t, a_int16_t, etc.