comparison th_endian.h @ 622:6d99150a8f89

Some more slight Doxygenisation.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 17 Jan 2020 04:16:32 +0200
parents 3a852e9f70a6
children 4ca6a3b30fe8
comparison
equal deleted inserted replaced
621:badca3de39ea 622:6d99150a8f89
3 * Programmed and designed by Matti 'ccr' Hamalainen 3 * Programmed and designed by Matti 'ccr' Hamalainen
4 * (C) Copyright 2002-2020 Tecnic Software productions (TNSP) 4 * (C) Copyright 2002-2020 Tecnic Software productions (TNSP)
5 * 5 *
6 * Please read file 'COPYING' for information on license and distribution. 6 * Please read file 'COPYING' for information on license and distribution.
7 */ 7 */
8 /// @file
9 /// @brief Endianess handling functionality for data type conversions, etc.
8 #ifndef TH_ENDIAN_H 10 #ifndef TH_ENDIAN_H
9 #define TH_ENDIAN_H 11 #define TH_ENDIAN_H
10 12
11 #ifdef HAVE_CONFIG_H 13 #ifdef HAVE_CONFIG_H
12 # include "config.h" 14 # include "config.h"