6#ifndef ZEPHYR_INCLUDE_ARCH_POSIX_POSIX_TRACE_H_
7#define ZEPHYR_INCLUDE_ARCH_POSIX_POSIX_TRACE_H_
void posix_print_warning(const char *format,...)
void posix_vprint_error_and_exit(const char *format, va_list vargs)
void posix_vprint_trace(const char *format, va_list vargs)
int posix_trace_over_tty(int output)
void posix_print_error_and_exit(const char *format,...)
void posix_print_trace(const char *format,...)
void posix_vprint_warning(const char *format, va_list vargs)