mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 10:46:21 +00:00
7 lines
69 B
C
7 lines
69 B
C
#ifndef UTIL_H
|
|
#define UTIL_H
|
|
|
|
void get_time(char *thetime);
|
|
|
|
#endif
|