mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-26 23:47:11 -04:00
adb95b135c
Original repository: https://github.com/encounter/ww
15 lines
202 B
C
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 */
|