from.cc File Reference

#include <ctype.h>
#include <string.h>
#include <time.h>
#include <stdio.h>

Defines

#define ISSPACE(c)   isspace((unsigned char)c)
#define SKIPWS(c)   while (*(c) && isspace ((unsigned char) *(c))) c++;

Functions

int check_month (const char *s)
int is_from (const char *s, char *path, size_t pathlen)

Variables

const char * Weekdays [] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" }
const char * Months []

Define Documentation

#define ISSPACE (  )     isspace((unsigned char)c)

#define SKIPWS (  )     while (*(c) && isspace ((unsigned char) *(c))) c++;


Function Documentation

int check_month ( const char *  s  ) 

int is_from ( const char *  s,
char *  path,
size_t  pathlen 
)


Variable Documentation

const char* Months[]

Initial value:

 { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
   "Sep", "Oct", "Nov", "Dec", "ERR" }

const char* Weekdays[] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" }


Generated on Sat Aug 26 18:12:15 2006 for libbuffy by  doxygen 1.4.7