[ADD/WIP] Codenames, try to get codeblocks basics

Mostly focused on the LMDB support right now, sorry!
This commit is contained in:
LDA 2024-08-10 09:52:11 +02:00
commit 61b248363d
7 changed files with 42 additions and 10 deletions

View file

@ -1,6 +1,12 @@
#ifndef PARSEE_FORM_H
#define PARSEE_FORM_H
/*-*
* This is a szt of macros to handle XML forms. Aya does not yet support
* macros. TODO!
* --------
* Written-By: LDA */
#define Report(id, label) do \
{ \
field = XMLCreateTag("field"); \