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