Imported more library files
Not compiling currently
This commit is contained in:
16
autogen/sl_iostream_init_instances.h
Normal file
16
autogen/sl_iostream_init_instances.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef SL_IOSTREAM_INIT_INSTANCES_H
|
||||
#define SL_IOSTREAM_INIT_INSTANCES_H
|
||||
|
||||
#include "sl_iostream.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// Initialize iostream component(s) / instance(s)
|
||||
void sl_iostream_init_instances(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // SL_IOSTREAM_INIT_INSTANCES_H
|
||||
Reference in New Issue
Block a user