mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2024-12-28 20:43:38 +01:00
4 lines
107 B
C
4 lines
107 B
C
/* On SuperH, we use a port of OpenLibm. */
|
|
#ifdef __SUPPORT_ARCH_SH
|
|
# include <openlibm_complex.h>
|
|
#endif
|