Files
cppdraft_translate/cppdraft/depr/ctime.md
2025-10-25 03:02:53 +03:00

749 B

[depr.ctime]

Annex D (normative) Compatibility features [depr]

D.21 Deprecated time formatting [depr.ctime]

1

#

The header has the following additions:char* asctime(const tm* timeptr);char* ctime(const time_t* timer);

2

#

The functions asctime and ctime are not required to avoid data races ([res.on.data.races]).

See also: ISO/IEC 9899:2024, 7.29