| 153 | "%I:%M:%S %p"}; |
| 154 | |
| 155 | struct lc_time_T* |
| 156 | __get_current_time_locale(void) |
| 157 | { |
| 158 | return /*(_time_using_locale |
| 159 | ? &_time_locale |
| 160 | :*/ |
| 161 | (struct lc_time_T*)&_C_time_locale /*)*/; |
| 162 | } |
| 163 | |
| 164 | // ******************* strptime.c ******************* |
| 165 | static char* _strptime(const char*, const char*, struct tm*, int*); |