// SPDX-FileCopyrightText: 2023, Alejandro Colomar // SPDX-License-Identifier: BSD-3-Clause #include #include "adds.h" extern inline long addsl(long a, long b); extern inline long addsl3(long a, long b, long c); extern inline int cmpl(const void *p1, const void *p2);