libdap++  Updated for version 3.8.2
util_mit.cc File Reference
#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"
Include dependency graph for util_mit.cc:

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)
 

Macro Definition Documentation

◆ TOLOWER

#define TOLOWER (   c)    tolower((int) (c))

Definition at line 83 of file util_mit.cc.

◆ TOUPPER

#define TOUPPER (   c)    toupper((int) (c))

Definition at line 84 of file util_mit.cc.