#include <stdio.h>#include <stdlib.h>#include <stdbool.h>#include <string.h>#include <time.h>#include "qDecoder.h"#include "qInternal.h"
Go to the source code of this file.
FunctionsTitleTestFour | |
| const char * | qTimeGetGmtStaticStr (time_t utctime) |
| char * | qTimeGetGmtStr (time_t utctime) |
| char * | qTimeGetGmtStrf (char *buf, int size, time_t utctime, const char *format) |
| const char * | qTimeGetLocalStaticStr (time_t utctime) |
| char * | qTimeGetLocalStr (time_t utctime) |
| char * | qTimeGetLocalStrf (char *buf, int size, time_t utctime, const char *format) |
| time_t | qTimeParseGmtStr (const char *gmtstr) |
Definition in file qTime.c.
1.5.7.1