Changeset 140 in Main for trunk/Server/strptime.h


Ignore:
Timestamp:
Sep 23, 2024, 8:31:18 PM (8 weeks ago)
Author:
Nishi
Message:

adding cplusplus thing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/strptime.h

    r32 r140  
    11#ifndef STRPTIME_H
    22#define STRPTIME_H
     3
     4#ifdef __cplusplus
     5extern "C" {
     6#endif
    37
    48#include <time.h>
     
    812#endif
    913
     14#ifdef __cplusplus
     15}
     16#endif
     17
    1018#endif // STRPTIME_H
Note: See TracChangeset for help on using the changeset viewer.