We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a8f38 commit b3df958Copy full SHA for b3df958
hardv.h
@@ -44,7 +44,6 @@ void parseinit(char *path);
44
struct card *parsecard(struct card *dst);
45
void parsedone(void);
46
47
-
48
/* utils.c */
49
time_t elapsecs(char *buf);
50
void err(char *fmt, ...);
utils.c
@@ -6,6 +6,9 @@
6
#include <time.h>
7
#include "hardv.h"
8
9
+char *strptime(const char *, const char *, struct tm *);
10
+time_t timegm(struct tm *);
11
+
12
void
13
syserr()
14
{
0 commit comments