From 1323e93399a2c70639a7748d8e557315476da6d0 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Fri, 4 Sep 2026 11:12:48 +0200 Subject: [PATCH] [depr.ctime.syn] Add asctime and ctime to index --- source/future.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/future.tex b/source/future.tex index 38948be5d0..96be65a3d0 100644 --- a/source/future.tex +++ b/source/future.tex @@ -812,6 +812,9 @@ \pnum The header \libheaderref{ctime} has the following additions: + +\indexlibraryglobal{asctime}% +\indexlibraryglobal{ctime}% \begin{codeblock} char* asctime(const tm* timeptr); char* ctime(const time_t* timer);