libcoap 4.3.1
coap_debug_internal.h
Go to the documentation of this file.
1/*
2 * coap_debug_internal.h -- internal debug functions for libcoap
3 *
4 * Copyright (C) 2021 Olaf Bergmann <bergmann@tzi.org>
5 *
6 * SPDX-License-Identifier: BSD-2-Clause
7 *
8 * This file is part of the CoAP library libcoap. Please see README for terms
9 * of use.
10 */
11
17#ifndef COAP_DEBUG_INTERNAL_H_
18#define COAP_DEBUG_INTERNAL_H_
19
20#include "coap_internal.h"
21
41void coap_print_hex(char *dst, const void *src, size_t len);
42
45#endif /* COAP_DEBUG_INTERNAL_H_ */
Pulls together all the internal only header files.
void coap_print_hex(char *dst, const void *src, size_t len)
Prints len bytes from src as hexadecimal digit sequence into dst.