Jump to content

Ctime: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m brackets on C/C++ header names
Undid revision 1071819540 by Seeaver (talk) Remove "See also" linking to pages which have no "ctime" in the name
 
(5 intermediate revisions by 4 users not shown)
Line 2: Line 2:


* <code>ctime()</code>, a function in the ISO C standard library defined in the <code>[[time.h]]</code> standard header
* <code>ctime()</code>, a function in the ISO C standard library defined in the <code>[[time.h]]</code> standard header
* <code><ctime></code> is a standard header file for C++, equivalent to the C standard library header, <code><[[time.h]]></code>
* <code><nowiki><ctime></nowiki></code> is a standard header file for C++, equivalent to the C standard library header, <code><[[time.h]]></code>
* <code>st_ctime</code>, a member of the [[stat (Unix)|stat]] structure specifying the last [[inode]] change time of a file in a Unix-like filesystem
* <code>st_ctime</code>, a member of the [[stat (Unix)|stat]] structure specifying the last [[inode]] change time of a file in a Unix-like filesystem
* <code>CTime</code>, a Microsoft [[Active Template Library|ATL]]/[[Microsoft Foundation Class Library|MFC]] class for handling dates and times
* <code>CTime</code>, a Microsoft [[Active Template Library|ATL]]/[[Microsoft Foundation Class Library|MFC]] class for handling dates and times
* <code>CTime</code>, a datatype in the [[Haskell (programming language)|Haskell]] programming language corresponding to the C time_t type
* <code>CTime</code>, a datatype in the [[Haskell (programming language)|Haskell]] programming language corresponding to the C time_t type
* <code>Time::CTime</code>, a [[Perl module]] for interfacing with POSIX asctime
* <code>Time::CTime</code>, a [[Perl module]] for interfacing with POSIX asctime

{{disambig}}
{{disambiguation}}

Latest revision as of 08:04, 21 February 2022

in computer programming languages CTime or ctime may refer to:

  • ctime(), a function in the ISO C standard library defined in the time.h standard header
  • <ctime> is a standard header file for C++, equivalent to the C standard library header, <time.h>
  • st_ctime, a member of the stat structure specifying the last inode change time of a file in a Unix-like filesystem
  • CTime, a Microsoft ATL/MFC class for handling dates and times
  • CTime, a datatype in the Haskell programming language corresponding to the C time_t type
  • Time::CTime, a Perl module for interfacing with POSIX asctime