mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-16 13:05:36 +00:00
13 lines
306 B
C
13 lines
306 B
C
#ifndef NEWLIB_CYGWIN_NEWLIB_LIBC_STDLIB_ON_EXIT_ARGS_H_
|
|
#define NEWLIB_CYGWIN_NEWLIB_LIBC_STDLIB_ON_EXIT_ARGS_H_
|
|
|
|
#include <reent.h>
|
|
|
|
#ifdef _REENT_SMALL
|
|
|
|
extern struct _on_exit_args * const __on_exit_args;
|
|
|
|
#endif /* def _REENT_SMALL */
|
|
|
|
#endif /* def NEWLIB_CYGWIN_NEWLIB_LIBC_STDLIB_ON_EXIT_ARGS_H_ */
|