util  Diff

Differences From Artifact [283e4450e2]:

To Artifact [7a36a45549]:


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>