Differences From Artifact [95972fed18]:
- File ord.c — part of check-in [6bda93a905] at 2023-01-29 19:21:56 on branch trunk — add rasuir spec, other updates (user: lexi, size: 10626) [annotate] [blame] [check-ins using]
To Artifact [c250a6387f]:
- File ord.c — part of check-in [0f5a51907d] at 2023-04-13 07:26:12 on branch trunk — relicense to EUPL (user: lexi, size: 10629) [annotate] [blame] [check-ins using]
1 1 /* [ʞ] ord.c - integer converter 2 2 * ~ lexi hale <lexi@hale.su> 3 - * © AGPLv3 3 + * © EUPL v1.2 4 4 * * ord has no dependencies except for libc. 5 5 * ? ord converts integers to ascii characters 6 6 * and back. written because the only fucking 7 7 * way to do this in shell is FUCKING PRINTF. 8 8 * $ cc ord.c -o ord [-D_(POSIX|LIBC)_IO] 9 9 * - the flag D_IO will instruct ord.c whether 10 10 * to use POSIX io primitives (write and read)