Differences From Artifact [1d68483540]:
- File clib/findconf.c — part of check-in [ff13f110ee] at 2019-07-13 07:07:36 on branch trunk — add rosshil, misc updates (user: lexi, size: 1953) [annotate] [blame] [check-ins using]
To 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]
1 2 3 4 5 6 7 8 9 10 11 |
/* [ʞ] findconf.c * ~ lexi hale <lexi@hale.su> * $ cc -c findconf.c * © GNU AGPL v3 * # include <stdlib.h> * include "compose.c" */ #include <stdlib.h> #define sz(x) (sizeof x / sizeof x[0]) |
| |
1 2 3 4 5 6 7 8 9 10 11 |
/* [ʞ] findconf.c * ~ lexi hale <lexi@hale.su> * $ cc -c findconf.c * © EUPL v1.2 * # include <stdlib.h> * include "compose.c" */ #include <stdlib.h> #define sz(x) (sizeof x / sizeof x[0]) |