Halide
log.h
Go to the documentation of this file.
1 #ifndef HALIDE_HEXAGON_REMOTE_LOG_H
2 #define HALIDE_HEXAGON_REMOTE_LOG_H
3 
4 void log_printf(const char *fmt, ...);
5 
6 #endif
log_printf
void log_printf(const char *fmt,...)