Differences From Artifact [283e4450e2]:
- File mkup.c — part of check-in [7bafdb9f90] at 2022-10-31 23:37:32 on branch trunk — fix lack of alignment and small max file size for mkup; check in missing files (user: lexi, size: 13341) [annotate] [blame] [check-ins using]
To Artifact [7a36a45549]:
- File mkup.c — part of check-in [0f5a51907d] at 2023-04-13 07:26:12 on branch trunk — relicense to EUPL (user: lexi, size: 13344) [annotate] [blame] [check-ins using]
1 1 /* [ʞ] mkup.c 2 2 * ~ lexi hale <lexi@hale.su> 3 - * © AGPLv3 3 + * © EUPL v1.2 4 4 * ? mkup is a document generator based loosely 5 5 * on markup, which produces html files formatted 6 6 * according to my website's template. */ 7 7 8 8 #include <stdio.h> 9 9 #include <stddef.h> 10 10 #include <stdint.h>