Files
magenta/arch/user/include/arch/stdcon.h
T

15 lines
155 B
C
Raw Normal View History

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