mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-03 04:52:24 +00:00
7 lines
172 B
C
7 lines
172 B
C
#ifndef NETBSD_STRPTIME_H
|
|
#define NETBSD_STRPTIME_H
|
|
|
|
#include <time.h>
|
|
char* netbsd_strptime(const char *buf, const char *fmt, struct tm *tm);
|
|
|
|
#endif // NETBSD_STRPTIME_H
|