Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/future.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Loading