Raw File
log.h
#ifndef HALIDE_HEXAGON_REMOTE_LOG_H
#define HALIDE_HEXAGON_REMOTE_LOG_H

void log_printf(const char *fmt, ...);

#endif
back to top