diff options
author | awy <awy@awy.one> | 2025-08-23 23:59:30 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-23 23:59:30 +0300 |
commit | 5a0107ba1e9388a3d4ade7faa06a1c94786ae3d2 (patch) | |
tree | 50938c25191f646990147158b1a4ead8c22a2028 /src/stclock.c | |
parent | b3526d31b40dbdf37ea4b314c8e9aa94d39b7f8c (diff) |
add sttorrent
Diffstat (limited to 'src/stclock.c')
-rw-r--r-- | src/stclock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stclock.c b/src/stclock.c index 00353d5..7591825 100644 --- a/src/stclock.c +++ b/src/stclock.c @@ -17,7 +17,8 @@ #include <time.h> #include <stdio.h> -int main(void) +int +main(void) { time_t t = time(NULL); struct tm *tm = localtime(&t); |