File:  [DVB] / dietlibc / libugly / time_table_spd.c
Revision 1.5: download - view: text, annotated - select for diffs
Fri Dec 2 20:00:54 2005 UTC (18 years, 6 months ago) by sanjiyan
Branches: MAIN
CVS tags: HEAD
Access out of bounds... ARG!

#include <time.h>

/* days per month -- nonleap! */
const short __spm[13] =
  { 0,
    (31),
    (31+28),
    (31+28+31),
    (31+28+31+30),
    (31+28+31+30+31),
    (31+28+31+30+31+30),
    (31+28+31+30+31+30+31),
    (31+28+31+30+31+30+31+31),
    (31+28+31+30+31+30+31+31+30),
    (31+28+31+30+31+30+31+31+30+31),
    (31+28+31+30+31+30+31+31+30+31+30),
    (31+28+31+30+31+30+31+31+30+31+30+31),
  };


LinuxTV legacy CVS <linuxtv.org/cvs>