#include <inttypes.h>

int16_t int16_zero_01(int16_t x)
{
  if (x == 0) return 1;
  return 0;
}