Changeset 140 in Main for trunk/Server/strptime.h
- Timestamp:
- Sep 23, 2024, 8:31:18 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/strptime.h
r32 r140 1 1 #ifndef STRPTIME_H 2 2 #define STRPTIME_H 3 4 #ifdef __cplusplus 5 extern "C" { 6 #endif 3 7 4 8 #include <time.h> … … 8 12 #endif 9 13 14 #ifdef __cplusplus 15 } 16 #endif 17 10 18 #endif // STRPTIME_H
Note:
See TracChangeset
for help on using the changeset viewer.