#include <sstream>
#include <iostream>
#include "BESUtil.h"
#include "config.h"
Include dependency graph for BESUtil.cc:
Defines | |
#define | CRLF "\r\n" |
Variables | |
static const char * | days [] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"} |
static const char * | months [] |
#define CRLF "\r\n" |
const char* days[] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"} [static] |
const char* months[] [static] |
Initial value:
{"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"}