Halide  12.0.1
Halide compiler and libraries
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
void log_printf(const char *fmt,...)