Changes in uspace/lib/c/include/math.h [5e0ea6f:09ab0a9a] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/include/math.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/math.h
r5e0ea6f r09ab0a9a 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda3 2 * Copyright (c) 2018 CZ.NIC, z.s.p.o. 4 3 * All rights reserved. … … 31 30 #define _MATH_H 32 31 33 #include <_bits/decls.h>34 32 #include <limits.h> 35 33 #include <stddef.h> 36 34 #include <float.h> 37 38 __C_DECLS_BEGIN;39 35 40 36 #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) || defined(_HELENOS_SOURCE) … … 326 322 #endif 327 323 328 __C_DECLS_END;329 330 324 #endif /* _MATH_H */
Note:
See TracChangeset
for help on using the changeset viewer.
