#include <stddef.h>
Go to the source code of this file.
Data Structures |
| struct | tm |
Typedefs |
| typedef unsigned long | clock_t |
| typedef unsigned long | time_t |
Macro Definition Documentation
| #define __clock_t_defined |
Typedef Documentation
Function Documentation
| char* asctime |
( |
const struct tm * |
timeptr | ) |
|
| char* ctime |
( |
const time_t * |
timep | ) |
|
| struct tm* gmtime |
( |
const time_t * |
timep | ) |
|
|
read |
| struct tm* localtime |
( |
const time_t * |
timep | ) |
|
|
read |
| size_t strftime |
( |
char * |
s, |
|
|
size_t |
max, |
|
|
const char * |
format, |
|
|
const struct tm * |
tm |
|
) |
| |