mbgtools-lx
4.2.8
|
Go to the source code of this file.
Macros | |
#define | _ext extern |
Functions | |
static __mbg_inline int | pcps_exp_year (int year, int year_lim) |
Expand a 2-digit year number to a 4-digit year number. More... | |
#define _ext extern |
Definition at line 85 of file pcpsutil.h.
|
static |
Expand a 2-digit year number to a 4-digit year number.
The resulting year number includes the century and is in the range [year_lim ... ( year_lim + 99 )].
[in] | year | The 2-digit year number to be converted |
[in] | year_lim | The smallest 4-digit year number to be returned |
Definition at line 113 of file pcpsutil.h.
Referenced by mbg_snprint_date_time(), and mbg_str_date().