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 2 3 4 5 6 7 8 9 10 |
/* [ʞ] mkup.c
* ~ lexi hale <lexi@hale.su>
* © AGPLv3
* ? mkup is a document generator based loosely
* on markup, which produces html files formatted
* according to my website's template. */
#include <stdio.h>
#include <stddef.h>
#include <stdint.h>
|
| |
1 2 3 4 5 6 7 8 9 10 |
/* [ʞ] mkup.c
* ~ lexi hale <lexi@hale.su>
* © EUPL v1.2
* ? mkup is a document generator based loosely
* on markup, which produces html files formatted
* according to my website's template. */
#include <stdio.h>
#include <stddef.h>
#include <stdint.h>
|