mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 14:06:21 +00:00
8 lines
92 B
C
8 lines
92 B
C
#ifndef UTIL_H
|
|
#define UTIL_H
|
|
|
|
void get_time(char *thetime);
|
|
char *trim(char *str);
|
|
|
|
#endif
|