Changeset aefdccd in mainline for uspace/lib/c/include/math.h
- Timestamp:
- 2025-10-20T06:14:54Z (7 weeks ago)
- Parents:
- adbd7e1 (diff), 3e41cc4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- boba-buba <120932204+boba-buba@…> (2025-10-20 06:14:54)
- git-committer:
- GitHub <noreply@…> (2025-10-20 06:14:54)
- File:
-
- 1 edited
-
uspace/lib/c/include/math.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/math.h
radbd7e1 raefdccd 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.
