mirror of
https://github.com/drasko/codezero.git
synced 2026-01-14 11:53:15 +01:00
9 lines
190 B
C
9 lines
190 B
C
/* This file provides inline versions of floating-pint environment
|
|
handling functions. If there were any. */
|
|
|
|
#ifndef __NO_MATH_INLINES
|
|
|
|
/* Here is where the code would go. */
|
|
|
|
#endif
|