Files
third_party_libcoap/tests/test_sendqueue.h
2022-04-25 10:32:53 +08:00

14 lines
287 B
C

/* libcoap unit tests
*
* Copyright (C) 2013 Olaf Bergmann <bergmann@tzi.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*
* This file is part of the CoAP library libcoap. Please see
* README for terms of use.
*/
#include <CUnit/CUnit.h>
CU_pSuite t_init_sendqueue_tests(void);