Changeset 5e0ea6f in mainline for uspace/lib
- Timestamp:
- 2025-10-15T17:06:13Z (2 months ago)
- Branches:
- master
- Children:
- b3a7151
- Parents:
- 0640d52
- File:
-
- 1 edited
-
uspace/lib/c/include/math.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/math.h
r0640d52 r5e0ea6f 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda 2 3 * Copyright (c) 2018 CZ.NIC, z.s.p.o. 3 4 * All rights reserved. … … 30 31 #define _MATH_H 31 32 33 #include <_bits/decls.h> 32 34 #include <limits.h> 33 35 #include <stddef.h> 34 36 #include <float.h> 37 38 __C_DECLS_BEGIN; 35 39 36 40 #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) || defined(_HELENOS_SOURCE) … … 322 326 #endif 323 327 328 __C_DECLS_END; 329 324 330 #endif /* _MATH_H */
Note:
See TracChangeset
for help on using the changeset viewer.
