libdap++ Updated for version 3.8.2
|
#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 | |
namespace | libdap |
Defines | |
#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 83 of file util_mit.cc.
#define TOUPPER | ( | c | ) | toupper((int) (c)) |
Definition at line 84 of file util_mit.cc.