types.h
1 // SPDX-FileCopyrightText: 2026 Le'Core collective 2 // 3 // SPDX-License-Identifier: LGPL-3.0-or-later 4 5 #ifndef LE_CORE_TYPES_H 6 # define LE_CORE_TYPES_H 7 8 # include "macros.h" 9 10 # ifdef __cplusplus 11 extern "C" { 12 # endif 13 14 typedef struct LE_CORE_NAME1(environment_st) LE_CORE_NAME1(environment_t); 15 16 # ifdef __cplusplus 17 } 18 # endif 19 20 #endif