| Line 1... |
Line 1... |
| 1 |
/*
|
1 |
/*
|
| 2 |
* R : A Computer Language for Statistical Data Analysis
|
2 |
* R : A Computer Language for Statistical Data Analysis
|
| 3 |
* Copyright (C) 2000-2022 The R Core Team.
|
3 |
* Copyright (C) 2000-2026 The R Core Team.
|
| 4 |
*
|
4 |
*
|
| 5 |
* This program is free software; you can redistribute it and/or modify
|
5 |
* This program is free software; you can redistribute it and/or modify
|
| 6 |
* it under the terms of the GNU General Public License as published by
|
6 |
* it under the terms of the GNU General Public License as published by
|
| 7 |
* the Free Software Foundation; either version 2 of the License, or
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
| 8 |
* (at your option) any later version.
|
8 |
* (at your option) any later version.
|
| Line 60... |
Line 60... |
| 60 |
extern stm* R_localtime_r(const R_time_t*, stm*);
|
60 |
extern stm* R_localtime_r(const R_time_t*, stm*);
|
| 61 |
extern R_time_t R_mktime (stm*);
|
61 |
extern R_time_t R_mktime (stm*);
|
| 62 |
extern R_time_t R_timegm(stm*);
|
62 |
extern R_time_t R_timegm(stm*);
|
| 63 |
extern void R_tzset(void);
|
63 |
extern void R_tzset(void);
|
| 64 |
extern void R_tzsetwall(void);
|
64 |
extern void R_tzsetwall(void);
|
| 65 |
extern char *R_tzname[2];
|
65 |
extern const char *R_tzname[2];
|
| 66 |
|
66 |
|
| 67 |
extern size_t
|
67 |
extern size_t
|
| 68 |
R_strftime(char * const s, const size_t maxsize, const char *const format,
|
68 |
R_strftime(char * const s, const size_t maxsize, const char *const format,
|
| 69 |
const stm *const t);
|
69 |
const stm *const t);
|