mirror of
https://github.com/zeldaret/tp
synced 2026-06-08 04:17:17 -04:00
e1114ebcf9
* clean up MSL_C files according to prime decomp * remove asm
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 */
|