bytes.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de>
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
20 #ifndef SYS_BYTES_H
21 #define SYS_BYTES_H
22 
23 #include <stddef.h>
24 
25 #include "byteorder.h"
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
31 typedef size_t socklen_t;
33 #ifdef __cplusplus
34 }
35 #endif
36 
37 #endif /* SYS_BYTES_H */
38 
byteorder.h
Functions to work with different byte orders.
socklen_t
size_t socklen_t
socket address length
Definition: bytes.h:31