mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-08-25 11:48:29 +02:00
5 lines
94 B
C
5 lines
94 B
C
#include "crtheaders.h"
|
|
#include TIME_H
|
|
|
|
struct tm *localtime_r(const time_t *, struct tm *);
|