2023-02-25 17:58:23 +00:00
|
|
|
#ifndef ARCH_STDCON_H_
|
|
|
|
|
#define ARCH_STDCON_H_
|
|
|
|
|
|
2023-03-20 20:41:39 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
2023-02-25 17:58:23 +00:00
|
|
|
extern void stdcon_init(void);
|
|
|
|
|
|
2023-03-20 20:41:39 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
2023-02-25 17:58:23 +00:00
|
|
|
#endif
|