v2/inc/c_logging/log_internal_error.h (10 lines of code) (raw):

// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #ifndef LOG_INTERNAL_ERROR_H #define LOG_INTERNAL_ERROR_H #ifdef __cplusplus extern "C" { #endif void log_internal_error_report(void); #ifdef __cplusplus } #endif #endif /* LOG_INTERNAL_ERROR_H */