Makefile, true(1), false(1): ported true and false back to C for simplicity and size

This commit is contained in:
2024-01-15 16:53:34 -07:00
parent c444198efc
commit 04923fb1ad
3 changed files with 7 additions and 14 deletions

9
src/true.c Normal file
View File

@@ -0,0 +1,9 @@
/*
* Copyright (c) 2023 Emma Tebibyte <emma@tebibyte.media>
* SPDX-License-Identifier: CC0
*
* This work is marked with CC0 1.0. To view a copy of this license, visit
* <http://creativecommons.org/publicdomain/zero/1.0>.
*/
int main() {}