|
libdap++
Updated for version 3.13.1
|
#include "config.h"#include <cstdio>#include <cstring>#include <cstdlib>#include <ctype.h>#include <time.h>#include <sys/types.h>#include <sys/stat.h>#include <iostream>#include "util_mit.h"#include "debug.h"
Go to the source code of this file.
Namespaces | |
| libdap | |
Macros | |
| #define | TOLOWER(c) tolower((int) (c)) |
| #define | TOUPPER(c) toupper((int) (c)) |
Functions | |
| string | libdap::date_time_str (time_t *calendar, bool local) |
| time_t | libdap::parse_time (const char *str, bool expand) |
| #define TOLOWER | ( | c | ) | tolower((int) (c)) |
Definition at line 79 of file util_mit.cc.
| #define TOUPPER | ( | c | ) | toupper((int) (c)) |
Definition at line 80 of file util_mit.cc.