|
llvm-mos-sdk
|
#include <stddef.h>
Go to the source code of this file.
Classes | |
| struct | tm |
| struct | timespec |
Macros | |
| #define | CLOCK_REALTIME ((clockid_t)0) |
Typedefs | |
| typedef long long | time_t |
| typedef int | clockid_t |
Functions | |
| long | clock (void) |
| time_t | time (time_t *timep) |
| time_t | mktime (struct tm *timep) |
| struct tm * | gmtime (const time_t *timep) |
| struct tm * | localtime (const time_t *timep) |
| size_t | strftime (char *s, size_t maxsize, const char *format, const struct tm *timep) |
| char * | asctime (const struct tm *timep) |
| char * | ctime (const time_t *timep) |
| #define CLOCK_REALTIME ((clockid_t)0) |
| typedef int clockid_t |
| typedef long long time_t |
| char* asctime | ( | const struct tm * | timep | ) |
| long clock | ( | void | ) |
| char* ctime | ( | const time_t * | timep | ) |