Changeset 243 in Main for trunk/Server
- Timestamp:
- Oct 3, 2024, 3:33:30 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/strptime.c
r242 r243 42 42 #include <time.h> 43 43 #include <stdint.h> 44 45 #ifdef __WATCOMC__ 44 46 #include <strings.h> 47 #endif 45 48 46 49 static const unsigned char *conv_num(const unsigned char *, int *, unsigned int, unsigned int);
Note:
See TracChangeset
for help on using the changeset viewer.