Mercurial > hg > octave-shane > gnulib-hg
annotate lib/strftime.h @ 9309:bbbbbf4cd1c5
Change copyright notice from GPLv2+ to GPLv3+.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 07 Oct 2007 19:14:58 +0200 (2007-10-07) |
parents | a48fb0e98c8c |
children | 83fb5018d6e2 |
rev | line source |
---|---|
5143 | 1 /* declarations for strftime.c |
2 | |
5144
b81e0cb5a7b8
Include <time.h>, for size_t and struct tm.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5143
diff
changeset
|
3 Copyright (C) 2002, 2004 Free Software Foundation, Inc. |
5143 | 4 |
9309
bbbbbf4cd1c5
Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible <bruno@clisp.org>
parents:
5848
diff
changeset
|
5 This program is free software: you can redistribute it and/or modify |
5143 | 6 it under the terms of the GNU General Public License as published by |
9309
bbbbbf4cd1c5
Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible <bruno@clisp.org>
parents:
5848
diff
changeset
|
7 the Free Software Foundation; either version 3 of the License, or |
bbbbbf4cd1c5
Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible <bruno@clisp.org>
parents:
5848
diff
changeset
|
8 (at your option) any later version. |
5143 | 9 |
10 This program 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 | |
13 GNU General Public License for more details. | |
14 | |
15 You should have received a copy of the GNU General Public License | |
9309
bbbbbf4cd1c5
Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible <bruno@clisp.org>
parents:
5848
diff
changeset
|
16 along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
5143 | 17 |
5144
b81e0cb5a7b8
Include <time.h>, for size_t and struct tm.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5143
diff
changeset
|
18 #include <time.h> |
b81e0cb5a7b8
Include <time.h>, for size_t and struct tm.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5143
diff
changeset
|
19 |
5143 | 20 size_t nstrftime (char *, size_t, char const *, struct tm const *, int, int); |