|
/* [ʞ] 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>
|
|
|
/* [ʞ] mkup.c
* ~ lexi hale <lexi@hale.su>
* 🄯 GNU AGPL v3
* ? 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>
|