Loading...
Searching...
No Matches
result_output_types.h
1/*
2 * Copyright (C) 2021 HAW Hamburg
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
9#ifndef RESULT_OUTPUT_TYPES_H
10#define RESULT_OUTPUT_TYPES_H
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
20struct turo {
21 void *empty;
22};
23
24#ifdef __cplusplus
25}
26#endif
27#endif /* RESULT_OUTPUT_TYPES_H */
turo type
void * empty
Empty type needed due to C11-ยง6.7.2.1/5.