File: DayOfWeekHash.gperf

package info (click to toggle)
resiprocate 1%3A1.11.0~beta1-3%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 37,944 kB
  • sloc: cpp: 206,325; xml: 12,515; sh: 12,418; ansic: 6,973; makefile: 2,315; php: 1,150; python: 355; sql: 142; objc: 91; perl: 21; csh: 5
file content (19 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%{
#include <string.h>
#include <ctype.h>
#include "resip/stack/DateCategory.hxx"

namespace resip
{
%}
struct days { const char *name; DayOfWeek type; };
%%
Sun, Sun
Mon, Mon
Tue, Tue
Wed, Wed
Thu, Thu
Fri, Fri
Sat, Sat
%%
}