/* * SPDX-FileCopyrightText: 2018-2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #pragma once #include #include_next #ifdef __cplusplus extern "C" { #endif int truncate(const char *, off_t __length); int gethostname(char *__name, size_t __len); #ifdef __cplusplus } #endif