From e061b6da5ee46a334169d4e6a52e49857ae22f55 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 26 Apr 2024 17:42:44 -0400 Subject: config: Move .c files into config/{use,has} subdirectories --- config/tm-gmtoff.c | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 config/tm-gmtoff.c (limited to 'config/tm-gmtoff.c') diff --git a/config/tm-gmtoff.c b/config/tm-gmtoff.c deleted file mode 100644 index 543df48..0000000 --- a/config/tm-gmtoff.c +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright © Tavian Barnes -// SPDX-License-Identifier: 0BSD - -#include - -int main(void) { - struct tm tm = {0}; - return tm.tm_gmtoff; -} -- cgit v1.2.3