Init
This commit is contained in:
10
sim/tests/common/sc_print.h
Normal file
10
sim/tests/common/sc_print.h
Normal file
@@ -0,0 +1,10 @@
|
||||
/// 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
|
||||
Reference in New Issue
Block a user