mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 14:53:08 +00:00
This reverts commit bb9c3118ed5fdc16b8e2d9882375005c2a62d0cc, reversing changes made to 7015d84e0ca6f02fede45621571084df98dda712. This is missing quite a few headers
8 lines
189 B
C
8 lines
189 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 |