Sun Jun 16 00:40:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
[glibc.git] / locale / C-time.c
bloba595e6b251398af48aa9aaed8d43e5b021447081
1 /* Copyright (C) 1995, 1996 Free Software Foundation, Inc.
2 This file is part of the GNU C Library.
3 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Library General Public License as
7 published by the Free Software Foundation; either version 2 of the
8 License, or (at your option) any later version.
10 The GNU C Library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Library General Public License for more details.
15 You should have received a copy of the GNU Library General Public
16 License along with the GNU C Library; see the file COPYING.LIB. If
17 not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA. */
20 #include "localeinfo.h"
22 const struct locale_data _nl_C_LC_TIME =
24 _nl_C_name,
25 NULL, 0, /* no file mapped */
26 45,
28 { string: "Sun" },
29 { string: "Mon" },
30 { string: "Tue" },
31 { string: "Wed" },
32 { string: "Thu" },
33 { string: "Fri" },
34 { string: "Sat" },
35 { string: "Sunday" },
36 { string: "Monday" },
37 { string: "Tuesday" },
38 { string: "Wednesday" },
39 { string: "Thursday" },
40 { string: "Friday" },
41 { string: "Saturday" },
42 { string: "Jan" },
43 { string: "Feb" },
44 { string: "Mar" },
45 { string: "Apr" },
46 { string: "May" },
47 { string: "Jun" },
48 { string: "Jul" },
49 { string: "Aug" },
50 { string: "Sep" },
51 { string: "Oct" },
52 { string: "Nov" },
53 { string: "Dec" },
54 { string: "January" },
55 { string: "February" },
56 { string: "March" },
57 { string: "April" },
58 { string: "May" },
59 { string: "June" },
60 { string: "July" },
61 { string: "August" },
62 { string: "September" },
63 { string: "October" },
64 { string: "November" },
65 { string: "December" },
66 { string: "AM" },
67 { string: "PM" },
68 { string: "%a %b %d %H:%M:%S %Y" },
69 { string: "%m/%d/%y" },
70 { string: "%H:%M:%S" },
71 { string: "%I:%M:%S %p" },
72 { string: NULL }