APM:Libraries
print_vprintf.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <stdarg.h>
4 
5 #include <AP_HAL/AP_HAL.h>
6 
7 void print_vprintf(AP_HAL::BetterStream *s, const char *fmt, va_list ap);
const char * fmt
Definition: Printf.cpp:14