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 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])
|
| |
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])
|