Differences From Artifact [9510cb2da9]:
- File clib/findconf.c — part of check-in [0f5a51907d] at 2023-04-13 07:26:12 on branch trunk — relicense to EUPL (user: lexi, size: 1951) [annotate] [blame] [check-ins using]
To Artifact [a59d30e6d7]:
- File clib/findconf.c — part of check-in [f7c93df9f4] at 2024-07-10 19:07:16 on branch trunk — periodic update (user: lexi, size: 1956) [annotate] [blame] [check-ins using]
1 1 /* [ʞ] findconf.c 2 2 * ~ lexi hale <lexi@hale.su> 3 3 * $ cc -c findconf.c 4 - * © EUPL v1.2 4 + * 🄯 GNU AGPL v3 5 5 * # include <stdlib.h> 6 6 * include "compose.c" 7 7 */ 8 8 9 9 #include <stdlib.h> 10 10 #define sz(x) (sizeof x / sizeof x[0]) 11 11