Files
ss/include/MSL_C/MSL_Common/Src/misc_io.h
T
2023-10-06 07:36:20 -04:00

15 lines
202 B
C

#ifndef MSL_COMMON_SRC_MISC_IO_H
#define MSL_COMMON_SRC_MISC_IO_H
#ifdef __cplusplus
extern "C" {
#endif
void __stdio_atexit(void);
#ifdef __cplusplus
}
#endif
#endif /* MSL_COMMON_SRC_MISC_IO_H */