Files
riscv_school_scr1/sim/tests/common/sc_print.h
Mikhail Yenuchenko c8ab0ca4f7 Init
2026-01-20 16:23:00 +03:00

10 lines
208 B
C

/// Copyright by Syntacore LLC © 2016, 2017. See LICENSE for details
/// @file <sc_print.h>
///
#ifndef SC_PRINT_H
#define SC_PRINT_H
extern int sc_printf(const char* fmt, ...);
#endif // SC_PRINT_H