blob: 6e4689736af581ef013df05c38b2ab2c47bec8e5 (
plain)
1
2
3
4
5
6
|
/* SPDX-License-Identifier: GPL-3.0-or-later
* Copyright © 2022 The TokTok team.
*/
#include "ccompat.h"
static_assert(sizeof(int) >= 4, "toxcore does not support 16-bit platforms");
|