16 lines
297 B
C
16 lines
297 B
C
#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
|